drivers/bluetooth/hci: Name the choice of BT HCI driver bus
Name the choice of BT HCI driver bus in order to config it in the board's Kconfig.defconfig file. Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
This commit is contained in:
parent
8cf04a18fd
commit
82c0b8cba1
1 changed files with 1 additions and 2 deletions
|
@ -11,9 +11,8 @@ comment "Bluetooth HCI Driver Options"
|
||||||
config BT_UART
|
config BT_UART
|
||||||
bool
|
bool
|
||||||
|
|
||||||
choice
|
choice BT_HCI_BUS_TYPE
|
||||||
prompt "Bluetooth HCI driver"
|
prompt "Bluetooth HCI driver"
|
||||||
default BT_H4
|
|
||||||
|
|
||||||
config BT_H4
|
config BT_H4
|
||||||
bool "H:4 UART"
|
bool "H:4 UART"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue