From 9a22e87aa7f22697988a6505bb21772d108accb7 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Fri, 3 Jan 2025 13:10:52 +0100 Subject: [PATCH] pygoscelis: Enable some HCI features for bluetooth --- pygoscelis-config | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pygoscelis-config b/pygoscelis-config index 3304177..0836d9d 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -1613,8 +1613,12 @@ CONFIG_BT_HCIBTUSB_POLL_SYNC=y # CONFIG_BT_HCIBTUSB_BCM is not set # CONFIG_BT_HCIBTUSB_MTK is not set CONFIG_BT_HCIBTUSB_RTL=y -# CONFIG_BT_HCIBTSDIO is not set -# CONFIG_BT_HCIUART is not set +CONFIG_BT_HCIBTSDIO=m +CONFIG_BT_HCIUART=m +CONFIG_BT_HCIUART_H4=y +CONFIG_BT_HCIUART_BCSP=y +# CONFIG_BT_HCIUART_ATH3K is not set +# CONFIG_BT_HCIUART_AG6XX is not set # CONFIG_BT_HCIBCM203X is not set # CONFIG_BT_HCIBCM4377 is not set # CONFIG_BT_HCIBPA10X is not set