2 tristate "STMicroelectronics 10/100/1000 Ethernet driver"
5 depends on NETDEVICES && CPU_SUBTYPE_ST40
7 This is the driver for the ST MAC 10/100/1000 on-chip Ethernet
8 controllers. ST Ethernet IPs are built around a Synopsys IP Core.
13 bool "STMMAC DMA arbitration scheme"
16 Selecting this option, rx has priority over Tx (only for Giga
18 By default, the DMA arbitration scheme is based on Round-robin
19 (rx:tx priority is 1:1).
21 config STMMAC_DUAL_MAC
22 bool "STMMAC: dual mac support (EXPERIMENTAL)"
24 depends on EXPERIMENTAL && STMMAC_ETH && !STMMAC_TIMER
26 Some ST SoCs (for example the stx7141 and stx7200c2) have two
27 Ethernet Controllers. This option turns on the second Ethernet
28 device on this kind of platforms.
31 bool "STMMAC Timer optimisation"
34 Use an external timer for mitigating the number of network
38 prompt "Select Timer device"
39 depends on STMMAC_TIMER
41 config STMMAC_TMU_TIMER
46 config STMMAC_RTC_TIMER
47 bool "Real time clock"