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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue