summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/ez80f910200zco/nsh/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-03-07 17:59:03 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-03-07 17:59:03 +0000
commitcb3181671764b6726a82f688f3023d654f6b9f47 (patch)
treea9d1c5b1fe1d073f70d408eafcd1ac9df51f85c7 /nuttx/configs/ez80f910200zco/nsh/defconfig
parent1a847d5c887c5b406672b6c65efdb5beea293147 (diff)
Add RAM addr, PHY type
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1566 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/ez80f910200zco/nsh/defconfig')
-rw-r--r--nuttx/configs/ez80f910200zco/nsh/defconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/configs/ez80f910200zco/nsh/defconfig b/nuttx/configs/ez80f910200zco/nsh/defconfig
index b111ef7794..3a667a1c87 100644
--- a/nuttx/configs/ez80f910200zco/nsh/defconfig
+++ b/nuttx/configs/ez80f910200zco/nsh/defconfig
@@ -120,6 +120,8 @@ CONFIG_UART1_2STOP=0
#
# CONFIG_EZ80_EMAC - Enables support for ez80 EMAC driver.
# CONFIG_EZ80_FIAD - Provides the MII address of the PHY device
+# CONFIG_EZ80_PHYAM79C874 - Define for Am79c874 PHY
+# CONFIG_EZ80_RAMADDR - Address of internal SRAM (default is 0xffc000)
# CONFIG_EZ80_PKTBUFSIZE, CONFIG_EZ80_NTXPKTBUFS, and CONFIG_EZ80_NRXPKTBUFS -
# The size of one packet buffer and the number of Rx and Tx packet
# buffers. This must add up to exactly 8192 bytes.
@@ -132,6 +134,8 @@ CONFIG_UART1_2STOP=0
# fully implemented
CONFIG_EZ80_EMAC=y
CONFIG_EZ80_FIAD=0x1f
+CONFIG_EZ80_PHYAM79C874=y
+CONFIG_EZ80_RAMADDR=0xf7c000
CONFIG_EZ80_PKTBUFSIZE=64
CONFIG_EZ80_NTXPKTBUFS=64
CONFIG_EZ80_NRXPKTBUFS=64
@@ -247,7 +251,7 @@ CONFIG_DISABLE_POLL=y
# CONFIG_NOPRINTF_FIELDWIDTH - sprintf-related logic is a
# little smaller if we do not support fieldwidthes
#
-CONFIG_NOPRINTF_FIELDWIDTH=y
+CONFIG_NOPRINTF_FIELDWIDTH=n
#
# Allow for architecture optimized implementations