mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 20:59:05 +00:00
20 lines
381 B
Text
20 lines
381 B
Text
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
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
|