17ac6653aSJeff Kirsherconfig STMMAC_ETH
2ab70e586Sjpinto	tristate "STMicroelectronics 10/100/1000/EQOS Ethernet driver"
3fd1eb9e6SGeert Uytterhoeven	depends on HAS_IOMEM && HAS_DMA
47ac6653aSJeff Kirsher	select MII
57ac6653aSJeff Kirsher	select PHYLIB
67ac6653aSJeff Kirsher	select CRC32
7d1cbfd77SNicolas Pitre	imply PTP_1588_CLOCK
8c5e4ddbdSChen-Yu Tsai	select RESET_CONTROLLER
97ac6653aSJeff Kirsher	---help---
10ab70e586Sjpinto	  This is the driver for the Ethernet IPs built around a
11ab70e586Sjpinto	  Synopsys IP Core.
127ac6653aSJeff Kirsher
137ac6653aSJeff Kirsherif STMMAC_ETH
147ac6653aSJeff Kirsher
15bfab27a1SGiuseppe CAVALLAROconfig STMMAC_PLATFORM
16b2e2f0c7SAndy Shevchenko	tristate "STMMAC Platform bus support"
17bfab27a1SGiuseppe CAVALLARO	depends on STMMAC_ETH
18b1c17215SMathieu Olivari	select MFD_SYSCON
1933d5e332SGiuseppe CAVALLARO	default y
20bfab27a1SGiuseppe CAVALLARO	---help---
21c0d54066SGiuseppe CAVALLARO	  This selects the platform specific bus support for the stmmac driver.
22c0d54066SGiuseppe CAVALLARO	  This is the driver used on several SoCs:
23c0d54066SGiuseppe CAVALLARO	  STi, Allwinner, Amlogic Meson, Altera SOCFPGA.
24c0d54066SGiuseppe CAVALLARO
25bfab27a1SGiuseppe CAVALLARO	  If you have a controller with this interface, say Y or M here.
26bfab27a1SGiuseppe CAVALLARO
27bfab27a1SGiuseppe CAVALLARO	  If unsure, say N.
28bfab27a1SGiuseppe CAVALLARO
29ba25020eSJoachim Eastwoodif STMMAC_PLATFORM
30ba25020eSJoachim Eastwood
31d8256121Sjpintoconfig DWMAC_DWC_QOS_ETH
32d8256121Sjpinto	tristate "Support for snps,dwc-qos-ethernet.txt DT binding."
33d8256121Sjpinto	select PHYLIB
34d8256121Sjpinto	select CRC32
35d8256121Sjpinto	select MII
36d8256121Sjpinto	depends on OF && HAS_DMA
37d8256121Sjpinto	help
38d8256121Sjpinto	  Support for chips using the snps,dwc-qos-ethernet.txt DT binding.
39d8256121Sjpinto
40ba25020eSJoachim Eastwoodconfig DWMAC_GENERIC
41ba25020eSJoachim Eastwood	tristate "Generic driver for DWMAC"
42ba25020eSJoachim Eastwood	default STMMAC_PLATFORM
43ba25020eSJoachim Eastwood	---help---
44ba25020eSJoachim Eastwood	  Generic DWMAC driver for platforms that don't require any
45ba25020eSJoachim Eastwood	  platform specific code to function or is using platform
46ba25020eSJoachim Eastwood	  data for setup.
47ba25020eSJoachim Eastwood
48b1c17215SMathieu Olivariconfig DWMAC_IPQ806X
49b1c17215SMathieu Olivari	tristate "QCA IPQ806x DWMAC support"
50b1c17215SMathieu Olivari	default ARCH_QCOM
512e280c18SPeter Robinson	depends on OF && (ARCH_QCOM || COMPILE_TEST)
52b1c17215SMathieu Olivari	select MFD_SYSCON
53b1c17215SMathieu Olivari	help
54b1c17215SMathieu Olivari	  Support for QCA IPQ806X DWMAC Ethernet.
55b1c17215SMathieu Olivari
56b1c17215SMathieu Olivari	  This selects the IPQ806x SoC glue layer support for the stmmac
57b1c17215SMathieu Olivari	  device driver. This driver does not use any of the hardware
58b1c17215SMathieu Olivari	  acceleration features available on this SoC. Network devices
59b1c17215SMathieu Olivari	  will behave like standard non-accelerated ethernet interfaces.
60b1c17215SMathieu Olivari
6169bdd2d4SJoachim Eastwoodconfig DWMAC_LPC18XX
6269bdd2d4SJoachim Eastwood	tristate "NXP LPC18xx/43xx DWMAC support"
6369bdd2d4SJoachim Eastwood	default ARCH_LPC18XX
642e280c18SPeter Robinson	depends on OF && (ARCH_LPC18XX || COMPILE_TEST)
6569bdd2d4SJoachim Eastwood	select MFD_SYSCON
6669bdd2d4SJoachim Eastwood	---help---
6769bdd2d4SJoachim Eastwood	  Support for NXP LPC18xx/43xx DWMAC Ethernet.
6869bdd2d4SJoachim Eastwood
6940e6b0baSJoachim Eastwoodconfig DWMAC_MESON
7040e6b0baSJoachim Eastwood	tristate "Amlogic Meson dwmac support"
7140e6b0baSJoachim Eastwood	default ARCH_MESON
72566e8251SMartin Blumenstingl	depends on OF && COMMON_CLK && (ARCH_MESON || COMPILE_TEST)
7340e6b0baSJoachim Eastwood	help
7440e6b0baSJoachim Eastwood	  Support for Ethernet controller on Amlogic Meson SoCs.
7540e6b0baSJoachim Eastwood
7640e6b0baSJoachim Eastwood	  This selects the Amlogic Meson SoC glue layer support for
77566e8251SMartin Blumenstingl	  the stmmac device driver. This driver is used for Meson6,
78566e8251SMartin Blumenstingl	  Meson8, Meson8b and GXBB SoCs.
7940e6b0baSJoachim Eastwood
805ed74140SNeil Armstrongconfig DWMAC_OXNAS
815ed74140SNeil Armstrong	tristate "Oxford Semiconductor OXNAS dwmac support"
825ed74140SNeil Armstrong	default ARCH_OXNAS
835ed74140SNeil Armstrong	depends on OF && COMMON_CLK && (ARCH_OXNAS || COMPILE_TEST)
845ed74140SNeil Armstrong	select MFD_SYSCON
855ed74140SNeil Armstrong	help
865ed74140SNeil Armstrong	  Support for Ethernet controller on Oxford Semiconductor OXNAS SoCs.
875ed74140SNeil Armstrong
885ed74140SNeil Armstrong	  This selects the Oxford Semiconductor OXNASSoC glue layer support for
895ed74140SNeil Armstrong	  the stmmac device driver. This driver is used for OX820.
905ed74140SNeil Armstrong
91e0fb4013SJoachim Eastwoodconfig DWMAC_ROCKCHIP
92e0fb4013SJoachim Eastwood	tristate "Rockchip dwmac support"
93e0fb4013SJoachim Eastwood	default ARCH_ROCKCHIP
942e280c18SPeter Robinson	depends on OF && (ARCH_ROCKCHIP || COMPILE_TEST)
95e0fb4013SJoachim Eastwood	select MFD_SYSCON
96e0fb4013SJoachim Eastwood	help
97e0fb4013SJoachim Eastwood	  Support for Ethernet controller on Rockchip RK3288 SoC.
98e0fb4013SJoachim Eastwood
99e0fb4013SJoachim Eastwood	  This selects the Rockchip RK3288 SoC glue layer support for
100e0fb4013SJoachim Eastwood	  the stmmac device driver.
101e0fb4013SJoachim Eastwood
102c7c52ae7SJoachim Eastwoodconfig DWMAC_SOCFPGA
103c7c52ae7SJoachim Eastwood	tristate "SOCFPGA dwmac support"
104c7c52ae7SJoachim Eastwood	default ARCH_SOCFPGA
1052e280c18SPeter Robinson	depends on OF && (ARCH_SOCFPGA || COMPILE_TEST)
106c7c52ae7SJoachim Eastwood	select MFD_SYSCON
107c7c52ae7SJoachim Eastwood	help
108c7c52ae7SJoachim Eastwood	  Support for ethernet controller on Altera SOCFPGA
109c7c52ae7SJoachim Eastwood
110c7c52ae7SJoachim Eastwood	  This selects the Altera SOCFPGA SoC glue layer support
111c7c52ae7SJoachim Eastwood	  for the stmmac device driver. This driver is used for
112c7c52ae7SJoachim Eastwood	  arria5 and cyclone5 FPGA SoCs.
113c7c52ae7SJoachim Eastwood
1142a321798SJoachim Eastwoodconfig DWMAC_STI
1152a321798SJoachim Eastwood	tristate "STi GMAC support"
1162a321798SJoachim Eastwood	default ARCH_STI
1172e280c18SPeter Robinson	depends on OF && (ARCH_STI || COMPILE_TEST)
1182a321798SJoachim Eastwood	select MFD_SYSCON
1192a321798SJoachim Eastwood	---help---
1202a321798SJoachim Eastwood	  Support for ethernet controller on STi SOCs.
1212a321798SJoachim Eastwood
1222a321798SJoachim Eastwood	  This selects STi SoC glue layer support for the stmmac
1232a321798SJoachim Eastwood	  device driver. This driver is used on for the STi series
1242a321798SJoachim Eastwood	  SOCs GMAC ethernet controller.
1252a321798SJoachim Eastwood
126c6eec6f3SAlexandre TORGUEconfig DWMAC_STM32
127c6eec6f3SAlexandre TORGUE	tristate "STM32 DWMAC support"
128c6eec6f3SAlexandre TORGUE	default ARCH_STM32
1296bc5445cSPeter Robinson	depends on OF && HAS_IOMEM && (ARCH_STM32 || COMPILE_TEST)
130c6eec6f3SAlexandre TORGUE	select MFD_SYSCON
131c6eec6f3SAlexandre TORGUE	---help---
132c6eec6f3SAlexandre TORGUE	  Support for ethernet controller on STM32 SOCs.
133c6eec6f3SAlexandre TORGUE
134c6eec6f3SAlexandre TORGUE	  This selects STM32 SoC glue layer support for the stmmac
135c6eec6f3SAlexandre TORGUE	  device driver. This driver is used on for the STM32 series
136c6eec6f3SAlexandre TORGUE	  SOCs GMAC ethernet controller.
137c6eec6f3SAlexandre TORGUE
1384198b7dbSJoachim Eastwoodconfig DWMAC_SUNXI
1394198b7dbSJoachim Eastwood	tristate "Allwinner GMAC support"
1404198b7dbSJoachim Eastwood	default ARCH_SUNXI
1412e280c18SPeter Robinson	depends on OF && (ARCH_SUNXI || COMPILE_TEST)
1424198b7dbSJoachim Eastwood	---help---
1434198b7dbSJoachim Eastwood	  Support for Allwinner A20/A31 GMAC ethernet controllers.
1444198b7dbSJoachim Eastwood
1454198b7dbSJoachim Eastwood	  This selects Allwinner SoC glue layer support for the
1464198b7dbSJoachim Eastwood	  stmmac device driver. This driver is used for A20/A31
1474198b7dbSJoachim Eastwood	  GMAC ethernet controller.
1489f93ac8dSLABBE Corentin
1499f93ac8dSLABBE Corentinconfig DWMAC_SUN8I
1509f93ac8dSLABBE Corentin	tristate "Allwinner sun8i GMAC support"
1519f93ac8dSLABBE Corentin	default ARCH_SUNXI
1529f93ac8dSLABBE Corentin	depends on OF && (ARCH_SUNXI || COMPILE_TEST)
1539f93ac8dSLABBE Corentin	---help---
1549f93ac8dSLABBE Corentin	  Support for Allwinner H3 A83T A64 EMAC ethernet controllers.
1559f93ac8dSLABBE Corentin
1569f93ac8dSLABBE Corentin	  This selects Allwinner SoC glue layer support for the
1579f93ac8dSLABBE Corentin	  stmmac device driver. This driver is used for H3/A83T/A64
1589f93ac8dSLABBE Corentin	  EMAC ethernet controller.
159ba25020eSJoachim Eastwoodendif
160ba25020eSJoachim Eastwood
161bfab27a1SGiuseppe CAVALLAROconfig STMMAC_PCI
162b2e2f0c7SAndy Shevchenko	tristate "STMMAC PCI bus support"
1636e1215adSKees Cook	depends on STMMAC_ETH && PCI
164bfab27a1SGiuseppe CAVALLARO	---help---
165ab70e586Sjpinto	  This selects the platform specific bus support for the stmmac driver.
166ab70e586Sjpinto	  This driver was tested on XLINX XC2V3000 FF1152AMT0221
167ab70e586Sjpinto	  D1215994A VIRTEX FPGA board and SNPS QoS IPK Prototyping Kit.
168bfab27a1SGiuseppe CAVALLARO
169ab70e586Sjpinto	  If you have a controller with this interface, say Y or M here.
170bfab27a1SGiuseppe CAVALLARO
171bfab27a1SGiuseppe CAVALLARO	  If unsure, say N.
1727ac6653aSJeff Kirsherendif
173