From c04d72b74911b337789f21022bbbcc77aba28a79 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 12 Aug 2015 08:33:42 -0600 Subject: [PATCH] Kconfig: Put options in a menu --- Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Kconfig b/Kconfig index 018e5f9b6..2bc96a875 100644 --- a/Kconfig +++ b/Kconfig @@ -3,6 +3,8 @@ # see the file kconfig-language.txt in the NuttX tools repository. # +menu "NxWidgets/NxWM" + config NXWIDGETS bool "Enable NxWidgets" default n @@ -1281,3 +1283,5 @@ endif # NXWM_MEDIAPLAYER endmenu # NxWM Media Player Display Settings endif # NXWM +endmenu # NxWidgets/NxWM +