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