diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index b34c396c7d6..cbce8c7957d 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig @@ -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