summaryrefslogtreecommitdiff
path: root/nuttx/net/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-25 17:33:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-25 17:33:41 +0000
commit27c3eb5b66089e278ebace37fe2392a190f8edde (patch)
tree0b7f8e8de7f36736f82b89b3b40f92bdaa7ed547 /nuttx/net/Kconfig
parent0f0ce3d8b2dfd3d7a8642c203f249dcd38738592 (diff)
downloadpx4-nuttx-27c3eb5b66089e278ebace37fe2392a190f8edde.tar.gz
px4-nuttx-27c3eb5b66089e278ebace37fe2392a190f8edde.tar.bz2
px4-nuttx-27c3eb5b66089e278ebace37fe2392a190f8edde.zip
convert Kwikstik K40 configurations to use kconfig-frontends tools
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5784 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/net/Kconfig')
-rw-r--r--nuttx/net/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/net/Kconfig b/nuttx/net/Kconfig
index 6a084914f..bb60f7ecb 100644
--- a/nuttx/net/Kconfig
+++ b/nuttx/net/Kconfig
@@ -56,6 +56,13 @@ config NET_MULTIBUFFER
Or, as another example, the driver may support queuing of concurrent
input/ouput and output transfers for better performance.
+config NET_PROMISCUOUS
+ bool "Promiscuous mode"
+ default n
+ ---help---
+ Force the Ethernet driver to operate in promiscuous mode (if supported
+ by the Ethernet driver).
+
config NET_IPv6
bool "IPv6"
default n