diff --git a/subsys/bluetooth/Kconfig b/subsys/bluetooth/Kconfig index f8c7feb5f98..a8bb69aaecb 100644 --- a/subsys/bluetooth/Kconfig +++ b/subsys/bluetooth/Kconfig @@ -5,7 +5,9 @@ # SPDX-License-Identifier: Apache-2.0 # -menuconfig BLUETOOTH +menu "Bluetooth" + +config BLUETOOTH bool "Bluetooth support" select NET_BUF help @@ -99,3 +101,5 @@ source "subsys/bluetooth/controller/Kconfig" endif # BLUETOOTH_HCI endif # BLUETOOTH + +endmenu