diff options
author | ScrumpyJack <scrumpyjack@st.ilet.to> | 2016-05-24 08:01:20 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-05-25 19:43:17 +0000 |
commit | 3d491c7d11c2856c46f397a1004c7ba47676c4d1 (patch) | |
tree | 87677708c4945413a8356b6f31a2ba7740234a5f /main/linux-rpi/config-rpi2.armhf | |
parent | b618160e1804a1102d017d6531c6b4ba1b11c59d (diff) | |
download | aports-3d491c7d11c2856c46f397a1004c7ba47676c4d1.tar.bz2 aports-3d491c7d11c2856c46f397a1004c7ba47676c4d1.tar.xz |
main/linux-rpi: Adds missing kernel modules for Bluetooth chipset on RPi3
This is required to hciattach the bcm43xx to the UART on the RPi3.
Diffstat (limited to 'main/linux-rpi/config-rpi2.armhf')
-rw-r--r-- | main/linux-rpi/config-rpi2.armhf | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/main/linux-rpi/config-rpi2.armhf b/main/linux-rpi/config-rpi2.armhf index 9a2a87aa1e..008e4937a5 100644 --- a/main/linux-rpi/config-rpi2.armhf +++ b/main/linux-rpi/config-rpi2.armhf @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 4.4.10 Kernel Configuration +# Linux/arm 4.4.11 Kernel Configuration # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -1176,8 +1176,17 @@ CONFIG_BT_HCIBTUSB=m CONFIG_BT_HCIBTUSB_BCM=y CONFIG_BT_HCIBTUSB_RTL=y # CONFIG_BT_HCIBTSDIO is not set -# CONFIG_BT_HCIUART is not set +CONFIG_BT_HCIUART=m +CONFIG_BT_HCIUART_H4=y +# CONFIG_BT_HCIUART_BCSP is not set +# CONFIG_BT_HCIUART_ATH3K is not set +# CONFIG_BT_HCIUART_LL is not set +# CONFIG_BT_HCIUART_3WIRE is not set +# CONFIG_BT_HCIUART_INTEL is not set +CONFIG_BT_HCIUART_BCM=y +# CONFIG_BT_HCIUART_QCA is not set CONFIG_BT_HCIBCM203X=m +# CONFIG_BT_HCIBPA10X is not set CONFIG_BT_HCIBFUSB=m CONFIG_BT_HCIVHCI=m CONFIG_BT_MRVL=m |