nuttx-apps/examples/json/Kconfig

15 lines
289 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config EXAMPLES_JSON
bool "JSON example"
default n
select NETUTILS_JSON
---help---
An example for the netutils/json library.
if EXAMPLES_JSON
endif