Skip to content

Commit 9449639

Browse files
HoZHelkartben
authored andcommitted
bluetooth: Kconfig: Introduce Kconfig parameter for STM32WB0x series
Introduce Kconfig parameter for STM32WB0x HCI Bluetooth driver. Signed-off-by: Ali Hozhabri <[email protected]>
1 parent 73bd431 commit 9449639

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

drivers/bluetooth/hci/Kconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,20 @@ config BT_STM32WBA
101101
help
102102
ST STM32WBA HCI Bluetooth interface
103103

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+
104118
config BT_SILABS_EFR32
105119
bool
106120
default y

0 commit comments

Comments
 (0)