aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/poll/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/poll/Kconfig')
-rw-r--r--apps/examples/poll/Kconfig31
1 files changed, 0 insertions, 31 deletions
diff --git a/apps/examples/poll/Kconfig b/apps/examples/poll/Kconfig
deleted file mode 100644
index f35a9200b..000000000
--- a/apps/examples/poll/Kconfig
+++ /dev/null
@@ -1,31 +0,0 @@
-#
-# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
-#
-
-config EXAMPLES_POLL
- bool "Poll example"
- default n
- depends on !NSH_BUILTIN_APPS
- ---help---
- Enable the poll example
-
-if EXAMPLES_POLL
-
-config EXAMPLES_POLL_NOMAC
- bool "Use Canned MAC Address"
- default n
-
-config EXAMPLES_POLL_IPADDR
- hex "Target IP address"
- default 0x0a000002
-
-config EXAMPLES_POLL_DRIPADDR
- hex "Default Router IP address (Gateway)"
- default 0x0a000001
-
-config EXAMPLES_POLL_NETMASK
- hex "Network Mask"
- default 0xffffff00
-
-endif