From 486167fdeec5b7ff12e4d36fec641e60134ffd32 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 8 Dec 2015 08:53:24 +0200 Subject: [PATCH] Bluetooth: Kconfig: Remove redundant dependencies Change-Id: I41013cbea2ec78157b9c5551c3aabecc2daa24a1 Signed-off-by: Johan Hedberg --- drivers/bluetooth/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index 3d5272973a2..b1a0989af76 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig @@ -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.