nuttx-apps/netutils/cjson/Kconfig
raiden00pl 75aca388a4 Merged in raiden00/apps/cjson (pull request #175)
netutils: support for the current version of cJSON

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-04-28 12:34:20 +00:00

23 lines
482 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config NETUTILS_CJSON
bool "cJSON library (current version)"
default n
---help---
Enables the cJSON library.
if NETUTILS_CJSON
config NETUTILS_CJSON_URL
string "URL where cJSON library can be downloaded"
default "https://github.com/DaveGamble/cJSON/archive"
config NETUTILS_CJSON_VERSION
string "Version number"
default "1.7.11"
endif