From: Matt Ranostay Date: Tue, 13 Aug 2019 18:24:51 +0000 (+0300) Subject: linux: add missing CONFIG_BT_HCIUART option to usb-devices.cfg X-Git-Tag: 8.99.1~79 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=refs%2Fchanges%2F52%2F22152%2F2;p=AGL%2Fmeta-agl.git 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 --- 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