| tristate "STMicroelectronics 10/100/1000 Ethernet driver" |
| depends on NETDEVICES && HAS_IOMEM |
| This is the driver for the Ethernet IPs are built around a |
| Synopsys IP Core and only tested on the STMicroelectronics |
| bool "STMMAC DMA arbitration scheme" |
| Selecting this option, rx has priority over Tx (only for Giga |
| By default, the DMA arbitration scheme is based on Round-robin |
| bool "STMMAC: dual mac support (EXPERIMENTAL)" |
| depends on EXPERIMENTAL && STMMAC_ETH && !STMMAC_TIMER |
| Some ST SoCs (for example the stx7141 and stx7200c2) have two |
| Ethernet Controllers. This option turns on the second Ethernet |
| device on this kind of platforms. |
| bool "STMMAC Timer optimisation" |
| depends on RTC_HCTOSYS_DEVICE |
| Use an external timer for mitigating the number of network |
| interrupts. Currently, for SH architectures, it is possible |
| to use the TMU channel 2 and the SH-RTC device. |
| prompt "Select Timer device" |