summaryrefslogtreecommitdiff
path: root/nuttx/configs/eagle100/nettest/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-21 22:19:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-21 22:19:36 +0000
commit927317cd03dc9c9aa33a319e55b5aff06a1bd8d0 (patch)
tree0972a9cceb2857b05e0e4fcc8ba79e70f752b7e7 /nuttx/configs/eagle100/nettest/defconfig
parentf8277441342420351279c57d083cd1244a6c7e6f (diff)
downloadpx4-nuttx-927317cd03dc9c9aa33a319e55b5aff06a1bd8d0.tar.gz
px4-nuttx-927317cd03dc9c9aa33a319e55b5aff06a1bd8d0.tar.bz2
px4-nuttx-927317cd03dc9c9aa33a319e55b5aff06a1bd8d0.zip
MAC driver development
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1813 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/eagle100/nettest/defconfig')
-rw-r--r--nuttx/configs/eagle100/nettest/defconfig14
1 files changed, 13 insertions, 1 deletions
diff --git a/nuttx/configs/eagle100/nettest/defconfig b/nuttx/configs/eagle100/nettest/defconfig
index 13071ee44..d2585df77 100644
--- a/nuttx/configs/eagle100/nettest/defconfig
+++ b/nuttx/configs/eagle100/nettest/defconfig
@@ -136,10 +136,22 @@ CONFIG_SPI2_DISABLE=y
# CONFIG_LM3S_ETHLEDS - Enable to use Ethernet LEDs on the board.
# CONFIG_LM3S_BOARDMAC - If the board-specific logic can provide
# a MAC address (via lm3s_ethernetmac()), then this should be selected.
-
+# CONFIG_LM3S_ETHHDUPLEX - Set to force half duplex operation
+# CONFIG_LM3S_ETHNOAUTOCRC - Set to suppress auto-CRC generation
+# CONFIG_LM3S_ETHNOPAD - Set to suppress Tx padding
+# CONFIG_LM3S_MULTICAST - Set to enable multicast frames
+# CONFIG_LM3S_PROMISCUOUS - Set to enable promiscuous mode
+# CONFIG_LM3S_BADCRC - Set to enable bad CRC rejection.
+#
CONFIG_LM3S_ETHERNET=y
CONFIG_LM3S_ETHLEDS=n
CONFIG_LM3S_BOARDMAC=y
+CONFIG_LM3S_ETHHDUPLEX=n
+CONFIG_LM3S_ETHNOAUTOCRC=n
+CONFIG_LM3S_ETHNOPAD=n
+CONFIG_LM3S_MULTICAST=n
+CONFIG_LM3S_PROMISCUOUS=n
+CONFIG_LM3S_BADCRC=n
#
# General build options