Bluetooth: drivers: hci: Get rid of Kconfig choice
The drivers should be independent after the move to the new HCI driver API. Having them as a choice also has unexpected consequences with some drivers being unexpectedly enabled. Signed-off-by: Johan Hedberg <johan.hedberg@gmail.com>
This commit is contained in:
parent
00d66339fc
commit
97c3a1e4be
60 changed files with 117 additions and 189 deletions
|
@ -12,9 +12,8 @@ config HEAP_MEM_POOL_ADD_SIZE_BOARD
|
|||
default 40960 if BT
|
||||
default 4096
|
||||
|
||||
choice BT_HCI_BUS_TYPE
|
||||
default BT_ESP32 if BT
|
||||
endchoice
|
||||
config BT_ESP32
|
||||
default y if BT
|
||||
|
||||
endif # BOARD_ESP32S3_DEVKITM_ESP32S3_PROCPU
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue