Bluetooth: Fix CONFIG_BLUETOOTH_DEBUG_UART dependency

The BLUETOOTH_DEBUG_UART config option should depend on BLUETOOTH_UART
and also be sorted after it in the hierarchy.

Change-Id: I3e049e52c2e353cd0c6f1a99ca8934a289e0cce8
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2015-05-27 21:26:49 +03:00 committed by Anas Nashif
commit 68773aa74e

View file

@ -36,15 +36,6 @@
menu "Bluetooth UART Options"
depends on BLUETOOTH
config BLUETOOTH_DEBUG_UART
bool
prompt "Bluetooth UART driver debug"
depends on BLUETOOTH_DEBUG
default n
help
This option enables debug support for Bluetooth UART
driver
config BLUETOOTH_UART
bool
prompt "Bluetooth UART driver"
@ -54,4 +45,13 @@ config BLUETOOTH_UART
help
Enable Bluetooth UART driver.
config BLUETOOTH_DEBUG_UART
bool
prompt "Bluetooth UART driver debug"
depends on BLUETOOTH_DEBUG && BLUETOOTH_UART
default n
help
This option enables debug support for Bluetooth UART
driver
endmenu