From 927317cd03dc9c9aa33a319e55b5aff06a1bd8d0 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 21 May 2009 22:19:36 +0000 Subject: MAC driver development git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1813 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/eagle100/nettest/defconfig | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'nuttx/configs/eagle100/nettest/defconfig') 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 -- cgit v1.2.3