diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index 349f70dfb1a..db1ce8f2bbd 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig @@ -25,9 +25,10 @@ menuconfig BLUETOOTH help This option enables Bluetooth support. +if BLUETOOTH + choice prompt "Bluetooth Stack Selection" - depends on BLUETOOTH default BLUETOOTH_STACK_HCI help Select the Bluetooth stack to compile. @@ -44,8 +45,6 @@ config BLUETOOTH_STACK_NBLE endchoice -if BLUETOOTH - comment "HCI Stack Configurations" depends on BLUETOOTH_STACK_HCI