Bluetooth: Fix dependency for UART debug option

Move UART debug config option after UART driver configuration and make
it depends on it.

Change-Id: I23dc8a4a43aa6dee0bb5266cd1f84a00e811db1d
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2015-05-13 12:48:52 +03:00 committed by Anas Nashif
commit 115176e323

View file

@ -50,15 +50,6 @@ config BLUETOOTH_DEBUG
This option enables Bluetooth debug going to standard
serial console.
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_DEBUG_HCI_CORE
bool
prompt "Bluetooth HCI core debug"
@ -84,3 +75,12 @@ config BLUETOOTH_UART
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