Individual app kconfig fixes

This commit is contained in:
Sebastien Lorquet 2016-06-02 16:26:32 +02:00
parent b354a41fd4
commit ae6c0b832c
2 changed files with 38 additions and 30 deletions

View File

@ -2,8 +2,15 @@
# For a description of the syntax of this configuration file,
# 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
comment "Color configuration"
choice

View File

@ -28,3 +28,4 @@ config NETUTILS_PING_SIGNO
default 13
endif # NETUTILS_PING || NETUTILS_PING6