mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/linux-imx6-cubox add bluetooth assortment and rfkill
This commit is contained in:
parent
670ad41ff8
commit
a50ba3cd02
2 changed files with 7 additions and 6 deletions
|
@ -15,7 +15,7 @@ _srcname=linux-imx6-${_commit}
|
|||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.0
|
||||
pkgver=${_basekernel}.35
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -27,7 +27,7 @@ source=("https://github.com/solidrun/linux-imx6/archive/${_commit}.tar.gz"
|
|||
'change-default-console-loglevel.pat'
|
||||
'memset.patch')
|
||||
md5sums=('ec483c15c977807a87a98de633b3e410'
|
||||
'4a59ffd9524b8d7d0d4dc56c299658c0'
|
||||
'c8a6136d264c1398b4908b3b09311b34'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'39be2896f0b968d61a19b33da75ce6e0')
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# Linux/arm 3.0.35-6 Kernel Configuration
|
||||
# Linux/arm 3.0.35-7 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_HAVE_PWM=y
|
||||
|
@ -315,7 +315,7 @@ CONFIG_IMX_HAVE_PLATFORM_IMX_PCIE=y
|
|||
# CONFIG_ARCH_MX503 is not set
|
||||
# CONFIG_ARCH_MX51 is not set
|
||||
CONFIG_ARCH_MX6=y
|
||||
# CONFIG_MACH_IMX_BLUETOOTH_RFKILL is not set
|
||||
CONFIG_MACH_IMX_BLUETOOTH_RFKILL=m
|
||||
CONFIG_ARCH_MX6Q=y
|
||||
CONFIG_FORCE_MAX_ZONEORDER=14
|
||||
CONFIG_SOC_IMX6Q=y
|
||||
|
@ -799,7 +799,7 @@ CONFIG_BT_HIDP=y
|
|||
# Bluetooth device drivers
|
||||
#
|
||||
CONFIG_BT_HCIBTUSB=y
|
||||
# CONFIG_BT_HCIBTSDIO is not set
|
||||
CONFIG_BT_HCIBTSDIO=m
|
||||
CONFIG_BT_HCIUART=y
|
||||
# CONFIG_BT_HCIUART_H4 is not set
|
||||
# CONFIG_BT_HCIUART_BCSP is not set
|
||||
|
@ -809,7 +809,8 @@ CONFIG_BT_HCIUART_ATH3K=y
|
|||
# CONFIG_BT_HCIBPA10X is not set
|
||||
# CONFIG_BT_HCIBFUSB is not set
|
||||
CONFIG_BT_HCIVHCI=y
|
||||
# CONFIG_BT_MRVL is not set
|
||||
CONFIG_BT_MRVL=m
|
||||
CONFIG_BT_MRVL_SDIO=m
|
||||
# CONFIG_BT_ATH3K is not set
|
||||
# CONFIG_AF_RXRPC is not set
|
||||
CONFIG_WIRELESS=y
|
||||
|
|
Loading…
Reference in a new issue