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:
Johan Hedberg 2024-05-06 16:15:43 +03:00 committed by Anas Nashif
commit 97c3a1e4be
60 changed files with 117 additions and 189 deletions

View file

@ -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