summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-03 11:45:04 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-03 11:45:04 -0600
commit082d4377b3af433b7abb1c5dbc03276172973188 (patch)
treeb9cbc03e290b8ddc9dfbfd38fda0f7492932ae17
parent521c4f082ab274ab0b4251552db2c78cf1b68e9f (diff)
downloadnuttx-082d4377b3af433b7abb1c5dbc03276172973188.tar.gz
nuttx-082d4377b3af433b7abb1c5dbc03276172973188.tar.bz2
nuttx-082d4377b3af433b7abb1c5dbc03276172973188.zip
Fix other ez80 configurations for changes made to configuratino variables
-rw-r--r--nuttx/configs/ez80f910200zco/README.txt2
-rw-r--r--nuttx/configs/ez80f910200zco/dhcpd/defconfig4
-rw-r--r--nuttx/configs/ez80f910200zco/httpd/defconfig4
-rw-r--r--nuttx/configs/ez80f910200zco/nsh/defconfig4
-rw-r--r--nuttx/configs/ez80f910200zco/poll/defconfig4
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
#