Kconfig (0337966d121ebebf73a1c346123e8112796e684e) | Kconfig (9f93ac8d4085f718d3c7c5fedcb98dbdd2287648) |
---|---|
1config STMMAC_ETH 2 tristate "STMicroelectronics 10/100/1000/EQOS Ethernet driver" 3 depends on HAS_IOMEM && HAS_DMA 4 select MII 5 select PHYLIB 6 select CRC32 7 imply PTP_1588_CLOCK 8 select RESET_CONTROLLER --- 131 unchanged lines hidden (view full) --- 140 default ARCH_SUNXI 141 depends on OF && (ARCH_SUNXI || COMPILE_TEST) 142 ---help--- 143 Support for Allwinner A20/A31 GMAC ethernet controllers. 144 145 This selects Allwinner SoC glue layer support for the 146 stmmac device driver. This driver is used for A20/A31 147 GMAC ethernet controller. | 1config STMMAC_ETH 2 tristate "STMicroelectronics 10/100/1000/EQOS Ethernet driver" 3 depends on HAS_IOMEM && HAS_DMA 4 select MII 5 select PHYLIB 6 select CRC32 7 imply PTP_1588_CLOCK 8 select RESET_CONTROLLER --- 131 unchanged lines hidden (view full) --- 140 default ARCH_SUNXI 141 depends on OF && (ARCH_SUNXI || COMPILE_TEST) 142 ---help--- 143 Support for Allwinner A20/A31 GMAC ethernet controllers. 144 145 This selects Allwinner SoC glue layer support for the 146 stmmac device driver. This driver is used for A20/A31 147 GMAC ethernet controller. |
148 149config DWMAC_SUN8I 150 tristate "Allwinner sun8i GMAC support" 151 default ARCH_SUNXI 152 depends on OF && (ARCH_SUNXI || COMPILE_TEST) 153 ---help--- 154 Support for Allwinner H3 A83T A64 EMAC ethernet controllers. 155 156 This selects Allwinner SoC glue layer support for the 157 stmmac device driver. This driver is used for H3/A83T/A64 158 EMAC ethernet controller. |
|
148endif 149 150config STMMAC_PCI 151 tristate "STMMAC PCI bus support" 152 depends on STMMAC_ETH && PCI 153 ---help--- 154 This selects the platform specific bus support for the stmmac driver. 155 This driver was tested on XLINX XC2V3000 FF1152AMT0221 156 D1215994A VIRTEX FPGA board and SNPS QoS IPK Prototyping Kit. 157 158 If you have a controller with this interface, say Y or M here. 159 160 If unsure, say N. 161endif | 159endif 160 161config STMMAC_PCI 162 tristate "STMMAC PCI bus support" 163 depends on STMMAC_ETH && PCI 164 ---help--- 165 This selects the platform specific bus support for the stmmac driver. 166 This driver was tested on XLINX XC2V3000 FF1152AMT0221 167 D1215994A VIRTEX FPGA board and SNPS QoS IPK Prototyping Kit. 168 169 If you have a controller with this interface, say Y or M here. 170 171 If unsure, say N. 172endif |