mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-13 16:35:30 +00:00
Kconfig: Put options in a menu
This commit is contained in:
parent
f805f673a0
commit
c04d72b749
1 changed files with 4 additions and 0 deletions
4
Kconfig
4
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue