From ef82d753f598222dc96bc7d5ac34ee3107629add Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 3 Dec 2024 14:47:34 +0200 Subject: [PATCH] drivers: bluetooth: Enable HAS_BT_CTLR for Silabs EFR32 driver The controller behind the EFR32 driver is a local link layer implementation, so it makes sense to select HAS_BT_CTLR. Signed-off-by: Johan Hedberg --- drivers/bluetooth/hci/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/bluetooth/hci/Kconfig b/drivers/bluetooth/hci/Kconfig index fe78343c366..3bfb8a72a46 100644 --- a/drivers/bluetooth/hci/Kconfig +++ b/drivers/bluetooth/hci/Kconfig @@ -126,6 +126,7 @@ config BT_SILABS_EFR32 select MBEDTLS select MBEDTLS_PSA_CRYPTO_C select MBEDTLS_ENTROPY_C + select HAS_BT_CTLR help Use Silicon Labs binary Bluetooth library to connect to the controller.