Add RAM addr, PHY type

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1566 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2009-03-07 17:59:03 +00:00
parent 9aea2c6657
commit f8ee104e6e
4 changed files with 19 additions and 4 deletions

View File

@ -116,6 +116,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.
@ -128,6 +130,8 @@ CONFIG_UART1_2STOP=0
# fully implemented
CONFIG_EZ80_EMAC=n
CONFIG_EZ80_FIAD=0x1f
CONFIG_EZ80_PHYAM79C874=y
CONFIG_EZ80_RAMADDR=0xf7c000
CONFIG_EZ80_PKTBUFSIZE=64
CONFIG_EZ80_NTXPKTBUFS=64
CONFIG_EZ80_NRXPKTBUFS=64
@ -243,7 +247,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

View File

@ -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

View File

@ -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

View File

@ -119,6 +119,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.
@ -131,6 +133,8 @@ CONFIG_UART1_2STOP=0
# fully implemented
CONFIG_EZ80_EMAC=n
CONFIG_EZ80_FIAD=0x1f
CONFIG_EZ80_PHYAM79C874=y
CONFIG_EZ80_RAMADDR=0xf7c000
CONFIG_EZ80_PKTBUFSIZE=64
CONFIG_EZ80_NTXPKTBUFS=64
CONFIG_EZ80_NRXPKTBUFS=64
@ -246,7 +250,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