Kconfig: Put options in a menu
This commit is contained in:
parent
f805f673a0
commit
c04d72b749
4
Kconfig
4
Kconfig
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user