summaryrefslogtreecommitdiff
path: root/nuttx/configs/ez80f910200zco/nsh
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 /nuttx/configs/ez80f910200zco/nsh
parent521c4f082ab274ab0b4251552db2c78cf1b68e9f (diff)
downloadpx4-nuttx-082d4377b3af433b7abb1c5dbc03276172973188.tar.gz
px4-nuttx-082d4377b3af433b7abb1c5dbc03276172973188.tar.bz2
px4-nuttx-082d4377b3af433b7abb1c5dbc03276172973188.zip
Fix other ez80 configurations for changes made to configuratino variables
Diffstat (limited to 'nuttx/configs/ez80f910200zco/nsh')
-rw-r--r--nuttx/configs/ez80f910200zco/nsh/defconfig4
1 files changed, 3 insertions, 1 deletions
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
#