summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-08-13 21:24:51 +0300
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-08-15 21:38:42 +0000
commitf5a64290ac4ee630234c2137256ed4fb848a35f1 (patch)
treeb586d992d1d0e33b38edc6e025709298c8b22963
parenta32e69288e07bf87fabdf317a869189a87803321 (diff)
linux: add missing CONFIG_BT_HCIUART option to usb-devices.cfg
To allow dependant kernel drivers to be selected enable the CONFIG_BT_HCIUART option. Bug-AGL: SPEC-2747 Change-Id: Iafda86a9909ee14b10e4be2e5070bada4dfec9b0 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-rw-r--r--meta-agl-bsp/meta-intel/recipes-kernel/linux/files/usb-devices.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-intel/recipes-kernel/linux/files/usb-devices.cfg b/meta-agl-bsp/meta-intel/recipes-kernel/linux/files/usb-devices.cfg
index b7b9f1c64..19c57796e 100644
--- a/meta-agl-bsp/meta-intel/recipes-kernel/linux/files/usb-devices.cfg
+++ b/meta-agl-bsp/meta-intel/recipes-kernel/linux/files/usb-devices.cfg
@@ -1,5 +1,6 @@
CONFIG_BT_QCA=m
CONFIG_BT_HCIBTSDIO=m
+CONFIG_BT_HCIUART=m
CONFIG_BT_HCIUART_BCSP=y
CONFIG_BT_HCIUART_ATH3K=y
CONFIG_BT_HCIUART_LL=y