From d0c91546343d545c11c10f7d29d1c06175c1109a Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 4 Oct 2012 17:36:07 +0000 Subject: Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency; fleshed out a few more Kconfig files git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5211 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/wget/Kconfig | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'apps/examples/wget/Kconfig') diff --git a/apps/examples/wget/Kconfig b/apps/examples/wget/Kconfig index f7a1927f3..f7d5a2a89 100644 --- a/apps/examples/wget/Kconfig +++ b/apps/examples/wget/Kconfig @@ -6,8 +6,32 @@ config EXAMPLES_WGET bool "wget example" default n + depends on NET_TCP && !NSH_BUILTIN_APPS ---help--- Enable the wget example if EXAMPLES_WGET + +config EXAMPLES_WGET_URL + string "File URL" + default "" + ---help--- + The URL of the file to get + +config EXAMPLES_WGET_NOMAC + bool "Use Canned MAC Address" + default n + +config EXAMPLES_WGET_IPADDR + hex "Target IP address" + default 0x0a000002 + +config EXAMPLES_WGET_DRIPADDR + hex "Default Router IP address (Gateway)" + default 0x0a000001 + +config EXAMPLES_WGET_NETMASK + hex "Network Mask" + default 0xffffff00 + endif -- cgit v1.2.3