From f20d8f14a2b48f6e6ef3171eab3ae293b442bd0a Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 26 May 2015 07:46:10 -0400 Subject: [PATCH] Kbuild: remove duplicate bluetooth options BLUETOOTH_UART and BLUETOOTH_DEBUG_UART defined twice. Change-Id: I77f0e87a7f6132514696ef854c183037a540acba Signed-off-by: Anas Nashif --- net/bluetooth/Kconfig | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index b151b55ebac..4258b6a4ff6 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig @@ -99,20 +99,3 @@ config BLUETOOTH_DEBUG_ATT This option enables debug support for the Bluetooth Attribute Protocol (ATT). -config BLUETOOTH_UART - bool - prompt "Bluetooth UART driver" - depends on BLUETOOTH - select UART_INTERRUPT_DRIVEN - default n - help - Enable Bluetooth UART driver. - -config BLUETOOTH_DEBUG_UART - bool - prompt "Bluetooth UART driver debug" - depends on BLUETOOTH_UART && BLUETOOTH_DEBUG - default n - help - This option enables debug support for Bluetooth UART - driver