We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73bd431 commit 9449639Copy full SHA for 9449639
drivers/bluetooth/hci/Kconfig
@@ -101,6 +101,20 @@ config BT_STM32WBA
101
help
102
ST STM32WBA HCI Bluetooth interface
103
104
+config BT_STM32WB0
105
+ bool "STM32WB0 HCI driver"
106
+ default y
107
+ depends on DT_HAS_ST_HCI_STM32WB0_ENABLED
108
+ depends on ZEPHYR_HAL_STM32_MODULE_BLOBS
109
+ select HAS_STM32LIB
110
+ select USE_STM32_HAL_PKA
111
+ select USE_STM32_HAL_CORTEX
112
+ select USE_STM32_HAL_GPIO
113
+ select USE_STM32_HAL_RADIO
114
+ select USE_STM32_HAL_RADIO_TIMER
115
+ help
116
+ ST STM32WB0 HCI Bluetooth interface
117
+
118
config BT_SILABS_EFR32
119
bool
120
default y
0 commit comments