From 59555cf0299fc41b2992eaef3be879737a1e8522 Mon Sep 17 00:00:00 2001 From: Alessandro Manganaro Date: Thu, 1 Aug 2024 10:31:58 +0200 Subject: [PATCH] drivers: bluetooth: hci: Fix stm32wb BLE behavior Enabling BT_HCI_SETUP for STM32WB55 to have a correct and proper initialization procedure to fix #75318 issue Signed-off-by: Alessandro Manganaro --- drivers/bluetooth/hci/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/bluetooth/hci/Kconfig b/drivers/bluetooth/hci/Kconfig index e6adca872e54b2..8b11212b41b0df 100644 --- a/drivers/bluetooth/hci/Kconfig +++ b/drivers/bluetooth/hci/Kconfig @@ -63,6 +63,7 @@ config BT_STM32_IPM depends on DT_HAS_ST_STM32WB_RF_ENABLED select USE_STM32_HAL_CORTEX select HAS_STM32LIB + select BT_HCI_SETUP help TODO