Kconfig: Put options in a menu

This commit is contained in:
Gregory Nutt 2015-08-12 08:33:42 -06:00
parent f805f673a0
commit c04d72b749

View File

@ -3,6 +3,8 @@
# see the file kconfig-language.txt in the NuttX tools repository. # see the file kconfig-language.txt in the NuttX tools repository.
# #
menu "NxWidgets/NxWM"
config NXWIDGETS config NXWIDGETS
bool "Enable NxWidgets" bool "Enable NxWidgets"
default n default n
@ -1281,3 +1283,5 @@ endif # NXWM_MEDIAPLAYER
endmenu # NxWM Media Player Display Settings endmenu # NxWM Media Player Display Settings
endif # NXWM endif # NXWM
endmenu # NxWidgets/NxWM