Bluetooth: Kconfig: Remove redundant dependencies

Change-Id: I41013cbea2ec78157b9c5551c3aabecc2daa24a1
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2015-12-08 08:53:24 +02:00 committed by Anas Nashif
parent f55fefe3d0
commit 486167fdee

View File

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