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:
Yannis Damigos 2018-05-15 12:55:50 +03:00 committed by Kumar Gala
commit 82c0b8cba1

View file

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