From f5a64290ac4ee630234c2137256ed4fb848a35f1 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Tue, 13 Aug 2019 21:24:51 +0300 Subject: 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 --- meta-agl-bsp/meta-intel/recipes-kernel/linux/files/usb-devices.cfg | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.2.3-korg