2012-10-27 18:21:26 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 08:14:53 -06:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-10-27 18:21:26 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
config EXAMPLES_JSON
|
2018-09-03 09:29:56 -06:00
|
|
|
tristate "JSON example"
|
2012-10-27 18:21:26 +00:00
|
|
|
default n
|
2019-04-28 12:34:20 +00:00
|
|
|
depends on NETUTILS_CJSON || NETUTILS_JSON
|
2012-10-27 18:21:26 +00:00
|
|
|
---help---
|
|
|
|
An example for the netutils/json library.
|
|
|
|
|
|
|
|
if EXAMPLES_JSON
|
|
|
|
endif
|