2 tristate "STMicroelectronics 10/100/1000 Ethernet driver"
6 depends on NETDEVICES && HAS_IOMEM
8 This is the driver for the Ethernet IPs are built around a
9 Synopsys IP Core and only tested on the STMicroelectronics
15 bool "STMMAC DMA arbitration scheme"
18 Selecting this option, rx has priority over Tx (only for Giga
20 By default, the DMA arbitration scheme is based on Round-robin
21 (rx:tx priority is 1:1).
23 config STMMAC_DUAL_MAC
24 bool "STMMAC: dual mac support (EXPERIMENTAL)"
26 depends on EXPERIMENTAL && STMMAC_ETH && !STMMAC_TIMER
28 Some ST SoCs (for example the stx7141 and stx7200c2) have two
29 Ethernet Controllers. This option turns on the second Ethernet
30 device on this kind of platforms.
33 bool "STMMAC Timer optimisation"
35 depends on RTC_HCTOSYS_DEVICE
37 Use an external timer for mitigating the number of network
38 interrupts. Currently, for SH architectures, it is possible
39 to use the TMU channel 2 and the SH-RTC device.
42 prompt "Select Timer device"
43 depends on STMMAC_TIMER
45 config STMMAC_TMU_TIMER
50 config STMMAC_RTC_TIMER
51 bool "Real time clock"