summaryrefslogtreecommitdiff
path: root/nuttx/configs/ez80f910200zco/nettest/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/ez80f910200zco/nettest/defconfig')
-rw-r--r--nuttx/configs/ez80f910200zco/nettest/defconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/configs/ez80f910200zco/nettest/defconfig b/nuttx/configs/ez80f910200zco/nettest/defconfig
index 9d3753bd6..65254a192 100644
--- a/nuttx/configs/ez80f910200zco/nettest/defconfig
+++ b/nuttx/configs/ez80f910200zco/nettest/defconfig
@@ -119,6 +119,7 @@ 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_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.
@@ -131,6 +132,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
@@ -248,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