URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [net/] [ibm_emac/] [Kconfig] - Rev 62
Compare with Previous | Blame | View Log
config IBM_EMACtristate "PowerPC 4xx on-chip Ethernet support"depends on 4xx && !PPC_MERGEhelpThis driver supports the PowerPC 4xx EMAC family of on-chipEthernet controllers.config IBM_EMAC_RXBint "Number of receive buffers"depends on IBM_EMACdefault "128"config IBM_EMAC_TXBint "Number of transmit buffers"depends on IBM_EMACdefault "64"config IBM_EMAC_POLL_WEIGHTint "MAL NAPI polling weight"depends on IBM_EMACdefault "32"config IBM_EMAC_RX_COPY_THRESHOLDint "RX skb copy threshold (bytes)"depends on IBM_EMACdefault "256"config IBM_EMAC_RX_SKB_HEADROOMint "Additional RX skb headroom (bytes)"depends on IBM_EMACdefault "0"helpAdditional receive skb headroom. Note, that driverwill always reserve at least 2 bytes to make IP headeraligned, so usually there is no need to add any additionalheadroom.If unsure, set to 0.config IBM_EMAC_PHY_RX_CLK_FIXbool "PHY Rx clock workaround"depends on IBM_EMAC && (405EP || 440GX || 440EP || 440GR)helpEnable this if EMAC attached to a PHY which doesn't generateRX clock if there is no link, if this is the case, you willsee "TX disable timeout" or "RX disable timeout" in the systemlog.If unsure, say N.config IBM_EMAC_DEBUGbool "Debugging"depends on IBM_EMACdefault nconfig IBM_EMAC_ZMIIbooldepends on IBM_EMAC && (NP405H || NP405L || 44x)default yconfig IBM_EMAC_RGMIIbooldepends on IBM_EMAC && 440GXdefault yconfig IBM_EMAC_TAHbooldepends on IBM_EMAC && 440GXdefault y
