mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-imx6-cubox some bluetooth tweaks
This commit is contained in:
parent
280b1a0c9d
commit
64f9938b54
2 changed files with 15 additions and 15 deletions
|
@ -15,7 +15,7 @@ _srcname=linux-imx6-${_commit}
|
|||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.0
|
||||
pkgver=${_basekernel}.35
|
||||
pkgrel=8
|
||||
pkgrel=9
|
||||
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'
|
||||
'6a1dbef00e9bb9c5e37c35b8fb094e0c'
|
||||
'606f6e7cf7adba60a1a3f338a0bb642f'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'39be2896f0b968d61a19b33da75ce6e0')
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# Linux/arm 3.0.35-8 Kernel Configuration
|
||||
# Linux/arm 3.0.35-9 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_HAVE_PWM=y
|
||||
|
@ -799,19 +799,19 @@ CONFIG_BT_HIDP=y
|
|||
# Bluetooth device drivers
|
||||
#
|
||||
CONFIG_BT_HCIBTUSB=y
|
||||
CONFIG_BT_HCIBTSDIO=m
|
||||
CONFIG_BT_HCIBTSDIO=y
|
||||
CONFIG_BT_HCIUART=y
|
||||
# CONFIG_BT_HCIUART_H4 is not set
|
||||
# CONFIG_BT_HCIUART_BCSP is not set
|
||||
CONFIG_BT_HCIUART_H4=y
|
||||
CONFIG_BT_HCIUART_BCSP=y
|
||||
CONFIG_BT_HCIUART_ATH3K=y
|
||||
# CONFIG_BT_HCIUART_LL is not set
|
||||
# CONFIG_BT_HCIBCM203X is not set
|
||||
# CONFIG_BT_HCIBPA10X is not set
|
||||
# CONFIG_BT_HCIBFUSB is not set
|
||||
CONFIG_BT_HCIUART_LL=y
|
||||
CONFIG_BT_HCIBCM203X=y
|
||||
CONFIG_BT_HCIBPA10X=y
|
||||
CONFIG_BT_HCIBFUSB=y
|
||||
CONFIG_BT_HCIVHCI=y
|
||||
CONFIG_BT_MRVL=m
|
||||
CONFIG_BT_MRVL_SDIO=m
|
||||
# CONFIG_BT_ATH3K is not set
|
||||
CONFIG_BT_MRVL=y
|
||||
CONFIG_BT_MRVL_SDIO=y
|
||||
CONFIG_BT_ATH3K=y
|
||||
# CONFIG_AF_RXRPC is not set
|
||||
CONFIG_WIRELESS=y
|
||||
CONFIG_WIRELESS_EXT=y
|
||||
|
@ -848,8 +848,8 @@ CONFIG_MAC80211_LEDS=y
|
|||
CONFIG_RFKILL=y
|
||||
CONFIG_RFKILL_LEDS=y
|
||||
CONFIG_RFKILL_INPUT=y
|
||||
# CONFIG_RFKILL_REGULATOR is not set
|
||||
# CONFIG_RFKILL_GPIO is not set
|
||||
CONFIG_RFKILL_REGULATOR=y
|
||||
CONFIG_RFKILL_GPIO=y
|
||||
# CONFIG_NET_9P is not set
|
||||
# CONFIG_CAIF is not set
|
||||
# CONFIG_CEPH_LIB is not set
|
||||
|
|
Loading…
Reference in a new issue