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