nuttx-apps/examples/relays/Kconfig
patacongo 9ca8e80de5 Relay example from Darcy Gong
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5306 42af7a65-404d-4744-a932-0658087f49c3
2012-11-04 16:08:02 +00:00

21 lines
353 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
config EXAMPLES_RELAYS
bool "wget JSON Example"
default n
depends on NETUTILS_JSON
---help---
Enable the wget JSON example
if EXAMPLES_RELAYS
config EXAMPLES_RELAYS_NRELAYS
int "Number of Relays"
default 2
depends on ARCH_RELAYS
endif