config [31mCONFIG_IBM_EMAC[0m tristate "IBM EMAC Ethernet support" depends on [31mCONFIG_PPC_DCR[0m select [31mCONFIG_CRC32[0m help This driver supports the IBM EMAC family of Ethernet controllers typically found on [31mCONFIG_4xx[0m embedded PowerPC chips, but also on the Axon southbridge for Cell. config [31mCONFIG_IBM_EMAC_RXB[0m int "Number of receive buffers" depends on [31mCONFIG_IBM_EMAC[0m default "128" config [31mCONFIG_IBM_EMAC_TXB[0m int "Number of transmit buffers" depends on [31mCONFIG_IBM_EMAC[0m default "64" config [31mCONFIG_IBM_EMAC_POLL_WEIGHT[0m int "MAL NAPI polling weight" depends on [31mCONFIG_IBM_EMAC[0m default "32" config [31mCONFIG_IBM_EMAC_RX_COPY_THRESHOLD[0m int "RX skb copy threshold (bytes)" depends on [31mCONFIG_IBM_EMAC[0m default "256" config [31mCONFIG_IBM_EMAC_RX_SKB_HEADROOM[0m int "Additional RX skb headroom (bytes)" depends on [31mCONFIG_IBM_EMAC[0m default "0" help Additional receive skb headroom. Note, that driver will always reserve at least 2 bytes to make IP header aligned, so usually there is no need to add any additional headroom. If unsure, set to 0. config [31mCONFIG_IBM_EMAC_DEBUG[0m bool "Debugging" depends on [31mCONFIG_IBM_EMAC[0m default n # The options below has to be select'ed by the respective # processor types or platforms config [31mCONFIG_IBM_EMAC_ZMII[0m bool default n config [31mCONFIG_IBM_EMAC_RGMII[0m bool default n config [31mCONFIG_IBM_EMAC_TAH[0m bool default n config [31mCONFIG_IBM_EMAC_EMAC4[0m bool default n config [31mCONFIG_IBM_EMAC_NO_FLOW_CTRL[0m bool default n config [31mCONFIG_IBM_EMAC_MAL_CLR_ICINTSTAT[0m bool default n config [31mCONFIG_IBM_EMAC_MAL_COMMON_ERR[0m bool default n |