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:
parent
5fffe2f225
commit
115176e323
1 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue