summaryrefslogblamecommitdiff
path: root/apps/examples/wgetjson/Kconfig
blob: f7f90969022f71c2c1b14253c25951a0d29f9388 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                             
                    




                                                       



                                                       
     
#
# 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 1024

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

config EXAMPLES_WGETPOST_URL
	string "wget_post URL"
	default "http://10.0.0.1/wgetjson/post_cmd.php"

endif