From 082d4377b3af433b7abb1c5dbc03276172973188 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 3 Mar 2014 11:45:04 -0600 Subject: Fix other ez80 configurations for changes made to configuratino variables --- nuttx/configs/ez80f910200zco/README.txt | 2 +- nuttx/configs/ez80f910200zco/dhcpd/defconfig | 4 +++- nuttx/configs/ez80f910200zco/httpd/defconfig | 4 +++- nuttx/configs/ez80f910200zco/nsh/defconfig | 4 +++- nuttx/configs/ez80f910200zco/poll/defconfig | 4 +++- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/nuttx/configs/ez80f910200zco/README.txt b/nuttx/configs/ez80f910200zco/README.txt index df1564e52..9f9289fa1 100644 --- a/nuttx/configs/ez80f910200zco/README.txt +++ b/nuttx/configs/ez80f910200zco/README.txt @@ -90,7 +90,7 @@ httpd: about httpd. nsh - This configuratino builds the NuttShell (NSH). That code can be + This configuration builds the NuttShell (NSH). That code can be found in examples/nsh. For more information see: examples/nsh/README.txt and Documentation/NuttShell.html. diff --git a/nuttx/configs/ez80f910200zco/dhcpd/defconfig b/nuttx/configs/ez80f910200zco/dhcpd/defconfig index 25a1e9a91..0a92aa4e5 100644 --- a/nuttx/configs/ez80f910200zco/dhcpd/defconfig +++ b/nuttx/configs/ez80f910200zco/dhcpd/defconfig @@ -79,7 +79,6 @@ CONFIG_UART1_2STOP=0 # CONFIG_EZ80_EMAC=y CONFIG_EZ80_FIAD=0x1f -CONFIG_EZ80_PHYAM79C874=y CONFIG_EZ80_PHYCONFIG=1 CONFIG_EZ80_RAMADDR=0xf7c000 CONFIG_EZ80_PKTBUFSIZE=64 @@ -90,6 +89,9 @@ CONFIG_EZ80_MDCDIV=0 CONFIG_EZ80_TXPOLLTIMERMS=10 CONFIG_ARCH_MCFILTER=n +CONFIG_NETDEVICES=y +CONFIG_ETH0_PHY_AM79C874=y + # # General build options # diff --git a/nuttx/configs/ez80f910200zco/httpd/defconfig b/nuttx/configs/ez80f910200zco/httpd/defconfig index fb4f409c1..7c9000446 100644 --- a/nuttx/configs/ez80f910200zco/httpd/defconfig +++ b/nuttx/configs/ez80f910200zco/httpd/defconfig @@ -79,7 +79,6 @@ CONFIG_UART1_2STOP=0 # CONFIG_EZ80_EMAC=y CONFIG_EZ80_FIAD=0x1f -CONFIG_EZ80_PHYAM79C874=y CONFIG_EZ80_PHYCONFIG=1 CONFIG_EZ80_RAMADDR=0xf7c000 CONFIG_EZ80_PKTBUFSIZE=64 @@ -90,6 +89,9 @@ CONFIG_EZ80_MDCDIV=0 CONFIG_EZ80_TXPOLLTIMERMS=10 CONFIG_ARCH_MCFILTER=n +CONFIG_NETDEVICES=y +CONFIG_ETH0_PHY_AM79C874=y + # # General build options # diff --git a/nuttx/configs/ez80f910200zco/nsh/defconfig b/nuttx/configs/ez80f910200zco/nsh/defconfig index a01b92a58..cc52d1afe 100644 --- a/nuttx/configs/ez80f910200zco/nsh/defconfig +++ b/nuttx/configs/ez80f910200zco/nsh/defconfig @@ -79,7 +79,6 @@ CONFIG_UART1_2STOP=0 # CONFIG_EZ80_EMAC=y CONFIG_EZ80_FIAD=0x1f -CONFIG_EZ80_PHYAM79C874=y CONFIG_EZ80_PHYCONFIG=1 CONFIG_EZ80_RAMADDR=0xf7c000 CONFIG_EZ80_PKTBUFSIZE=64 @@ -90,6 +89,9 @@ CONFIG_EZ80_MDCDIV=0 CONFIG_EZ80_TXPOLLTIMERMS=10 CONFIG_ARCH_MCFILTER=n +CONFIG_NETDEVICES=y +CONFIG_ETH0_PHY_AM79C874=y + # # General build options # diff --git a/nuttx/configs/ez80f910200zco/poll/defconfig b/nuttx/configs/ez80f910200zco/poll/defconfig index 9f81cbdac..e538aaa49 100644 --- a/nuttx/configs/ez80f910200zco/poll/defconfig +++ b/nuttx/configs/ez80f910200zco/poll/defconfig @@ -79,7 +79,6 @@ CONFIG_UART1_2STOP=0 # CONFIG_EZ80_EMAC=y CONFIG_EZ80_FIAD=0x1f -CONFIG_EZ80_PHYAM79C874=y CONFIG_EZ80_PHYCONFIG=1 CONFIG_EZ80_RAMADDR=0xf7c000 CONFIG_EZ80_PKTBUFSIZE=64 @@ -90,6 +89,9 @@ CONFIG_EZ80_MDCDIV=0 CONFIG_EZ80_TXPOLLTIMERMS=10 CONFIG_ARCH_MCFILTER=n +CONFIG_NETDEVICES=y +CONFIG_ETH0_PHY_AM79C874=y + # # General build options # -- cgit v1.2.3