Kbuild: remove duplicate bluetooth options

BLUETOOTH_UART and BLUETOOTH_DEBUG_UART defined twice.

Change-Id: I77f0e87a7f6132514696ef854c183037a540acba
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-05-26 07:46:10 -04:00
commit f20d8f14a2

View file

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