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

@ -9,9 +9,8 @@ if BT
config MAIN_STACK_SIZE
default 2048
choice BT_HCI_BUS_TYPE
default BT_AMBIQ_HCI
endchoice
config BT_AMBIQ_HCI
default y
config BT_BUF_ACL_TX_COUNT
default 14