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
9	---help---
10	  This is the driver for the Ethernet IPs built around a
11	  Synopsys IP Core.
12
13if STMMAC_ETH
14
15config STMMAC_PLATFORM
16	tristate "STMMAC Platform bus support"
17	depends on STMMAC_ETH
18	select MFD_SYSCON
19	default y
20	---help---
21	  This selects the platform specific bus support for the stmmac driver.
22	  This is the driver used on several SoCs:
23	  STi, Allwinner, Amlogic Meson, Altera SOCFPGA.
24
25	  If you have a controller with this interface, say Y or M here.
26
27	  If unsure, say N.
28
29if STMMAC_PLATFORM
30
31config DWMAC_DWC_QOS_ETH
32	tristate "Support for snps,dwc-qos-ethernet.txt DT binding."
33	select PHYLIB
34	select CRC32
35	select MII
36	depends on OF && HAS_DMA
37	help
38	  Support for chips using the snps,dwc-qos-ethernet.txt DT binding.
39
40config DWMAC_GENERIC
41	tristate "Generic driver for DWMAC"
42	default STMMAC_PLATFORM
43	---help---
44	  Generic DWMAC driver for platforms that don't require any
45	  platform specific code to function or is using platform
46	  data for setup.
47
48config DWMAC_ANARION
49	tristate "Adaptrum Anarion GMAC support"
50	default ARC
51	depends on OF && (ARC || COMPILE_TEST)
52	help
53	  Support for Adaptrum Anarion GMAC Ethernet controller.
54
55	  This selects the Anarion SoC glue layer support for the stmmac driver.
56
57config DWMAC_IPQ806X
58	tristate "QCA IPQ806x DWMAC support"
59	default ARCH_QCOM
60	depends on OF && (ARCH_QCOM || COMPILE_TEST)
61	select MFD_SYSCON
62	help
63	  Support for QCA IPQ806X DWMAC Ethernet.
64
65	  This selects the IPQ806x SoC glue layer support for the stmmac
66	  device driver. This driver does not use any of the hardware
67	  acceleration features available on this SoC. Network devices
68	  will behave like standard non-accelerated ethernet interfaces.
69
70config DWMAC_LPC18XX
71	tristate "NXP LPC18xx/43xx DWMAC support"
72	default ARCH_LPC18XX
73	depends on OF && (ARCH_LPC18XX || COMPILE_TEST)
74	select MFD_SYSCON
75	---help---
76	  Support for NXP LPC18xx/43xx DWMAC Ethernet.
77
78config DWMAC_MESON
79	tristate "Amlogic Meson dwmac support"
80	default ARCH_MESON
81	depends on OF && COMMON_CLK && (ARCH_MESON || COMPILE_TEST)
82	help
83	  Support for Ethernet controller on Amlogic Meson SoCs.
84
85	  This selects the Amlogic Meson SoC glue layer support for
86	  the stmmac device driver. This driver is used for Meson6,
87	  Meson8, Meson8b and GXBB SoCs.
88
89config DWMAC_OXNAS
90	tristate "Oxford Semiconductor OXNAS dwmac support"
91	default ARCH_OXNAS
92	depends on OF && COMMON_CLK && (ARCH_OXNAS || COMPILE_TEST)
93	select MFD_SYSCON
94	help
95	  Support for Ethernet controller on Oxford Semiconductor OXNAS SoCs.
96
97	  This selects the Oxford Semiconductor OXNASSoC glue layer support for
98	  the stmmac device driver. This driver is used for OX820.
99
100config DWMAC_ROCKCHIP
101	tristate "Rockchip dwmac support"
102	default ARCH_ROCKCHIP
103	depends on OF && (ARCH_ROCKCHIP || COMPILE_TEST)
104	select MFD_SYSCON
105	help
106	  Support for Ethernet controller on Rockchip RK3288 SoC.
107
108	  This selects the Rockchip RK3288 SoC glue layer support for
109	  the stmmac device driver.
110
111config DWMAC_SOCFPGA
112	tristate "SOCFPGA dwmac support"
113	default ARCH_SOCFPGA
114	depends on OF && (ARCH_SOCFPGA || COMPILE_TEST)
115	select MFD_SYSCON
116	help
117	  Support for ethernet controller on Altera SOCFPGA
118
119	  This selects the Altera SOCFPGA SoC glue layer support
120	  for the stmmac device driver. This driver is used for
121	  arria5 and cyclone5 FPGA SoCs.
122
123config DWMAC_STI
124	tristate "STi GMAC support"
125	default ARCH_STI
126	depends on OF && (ARCH_STI || COMPILE_TEST)
127	select MFD_SYSCON
128	---help---
129	  Support for ethernet controller on STi SOCs.
130
131	  This selects STi SoC glue layer support for the stmmac
132	  device driver. This driver is used on for the STi series
133	  SOCs GMAC ethernet controller.
134
135config DWMAC_STM32
136	tristate "STM32 DWMAC support"
137	default ARCH_STM32
138	depends on OF && HAS_IOMEM && (ARCH_STM32 || COMPILE_TEST)
139	select MFD_SYSCON
140	---help---
141	  Support for ethernet controller on STM32 SOCs.
142
143	  This selects STM32 SoC glue layer support for the stmmac
144	  device driver. This driver is used on for the STM32 series
145	  SOCs GMAC ethernet controller.
146
147config DWMAC_SUNXI
148	tristate "Allwinner GMAC support"
149	default ARCH_SUNXI
150	depends on OF && (ARCH_SUNXI || COMPILE_TEST)
151	---help---
152	  Support for Allwinner A20/A31 GMAC ethernet controllers.
153
154	  This selects Allwinner SoC glue layer support for the
155	  stmmac device driver. This driver is used for A20/A31
156	  GMAC ethernet controller.
157
158config DWMAC_SUN8I
159	tristate "Allwinner sun8i GMAC support"
160	default ARCH_SUNXI
161	depends on OF && (ARCH_SUNXI || COMPILE_TEST)
162	---help---
163	  Support for Allwinner H3 A83T A64 EMAC ethernet controllers.
164
165	  This selects Allwinner SoC glue layer support for the
166	  stmmac device driver. This driver is used for H3/A83T/A64
167	  EMAC ethernet controller.
168endif
169
170config STMMAC_PCI
171	tristate "STMMAC PCI bus support"
172	depends on STMMAC_ETH && PCI
173	---help---
174	  This selects the platform specific bus support for the stmmac driver.
175	  This driver was tested on XLINX XC2V3000 FF1152AMT0221
176	  D1215994A VIRTEX FPGA board and SNPS QoS IPK Prototyping Kit.
177
178	  If you have a controller with this interface, say Y or M here.
179
180	  If unsure, say N.
181endif
182