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:
parent
382194906d
commit
f20d8f14a2
1 changed files with 0 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue