summaryrefslogblamecommitdiff
path: root/apps/examples/wgetjson/Kconfig
blob: 2e3b4b3eb7c295db9df56db617fbc52e572db056 (plain) (tree)






















                                                             
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

config EXAMPLES_WGETJSON
	bool "wget JSON Example"
	default n
	depends on NETUTILS_JSON
	---help---
		Enable the wget JSON example

if EXAMPLES_WGETJSON

config EXAMPLES_WGETJSON_MAXSIZE
	int "Max. JSON Buffer Size"
	default 10240

config EXAMPLES_WGETJSON_URL
	string "wget URL"
	default "http://10.0.0.1/wgetjson/json_cmd.php"

endif