Individual app kconfig fixes
This commit is contained in:
parent
b354a41fd4
commit
ae6c0b832c
@ -2,8 +2,15 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see the file kconfig-language.txt in the NuttX tools repository.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
config GRAPHICS_TRAVELER
|
||||||
|
bool "Traveler game"
|
||||||
|
default n
|
||||||
|
select FSUTILS_INIFILE
|
||||||
|
---help---
|
||||||
|
Enable or disable the graphic Traveler game
|
||||||
|
|
||||||
if GRAPHICS_TRAVELER
|
if GRAPHICS_TRAVELER
|
||||||
|
|
||||||
comment "Color configuration"
|
comment "Color configuration"
|
||||||
|
|
||||||
choice
|
choice
|
||||||
|
@ -28,3 +28,4 @@ config NETUTILS_PING_SIGNO
|
|||||||
default 13
|
default 13
|
||||||
|
|
||||||
endif # NETUTILS_PING || NETUTILS_PING6
|
endif # NETUTILS_PING || NETUTILS_PING6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user