Bluetooth: Kconfig: Remove redundant dependencies
Change-Id: I41013cbea2ec78157b9c5551c3aabecc2daa24a1 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
f55fefe3d0
commit
486167fdee
@ -33,7 +33,6 @@ choice
|
||||
|
||||
config BLUETOOTH_H4
|
||||
bool "H:4 UART"
|
||||
depends on BLUETOOTH
|
||||
select UART_INTERRUPT_DRIVEN
|
||||
select BLUETOOTH_UART
|
||||
help
|
||||
@ -42,7 +41,6 @@ config BLUETOOTH_H4
|
||||
|
||||
config BLUETOOTH_NO_DRV
|
||||
bool "No default HCI driver"
|
||||
depends on BLUETOOTH
|
||||
help
|
||||
This is intended for unit tests where no internal driver
|
||||
should be selected.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user