1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 27ac6653aSJeff Kirsherconfig STMMAC_ETH 3b432bdb6SJose Abreu tristate "STMicroelectronics Multi-Gigabit Ethernet driver" 4fd1eb9e6SGeert Uytterhoeven depends on HAS_IOMEM && HAS_DMA 57ac6653aSJeff Kirsher select MII 62fa4e4b7SAndrew Lunn select PCS_XPCS 72af6106aSJose Abreu select PAGE_POOL 8eeef2f6bSJose Abreu select PHYLINK 97ac6653aSJeff Kirsher select CRC32 10d1cbfd77SNicolas Pitre imply PTP_1588_CLOCK 11c5e4ddbdSChen-Yu Tsai select RESET_CONTROLLER 12a7f7f624SMasahiro Yamada help 13ab70e586Sjpinto This is the driver for the Ethernet IPs built around a 14ab70e586Sjpinto Synopsys IP Core. 157ac6653aSJeff Kirsher 167ac6653aSJeff Kirsherif STMMAC_ETH 177ac6653aSJeff Kirsher 18091810dbSJose Abreuconfig STMMAC_SELFTESTS 19091810dbSJose Abreu bool "Support for STMMAC Selftests" 20a3e2f6adSYueHaibing depends on INET 21091810dbSJose Abreu depends on STMMAC_ETH 22091810dbSJose Abreu default n 23a7f7f624SMasahiro Yamada help 24091810dbSJose Abreu This adds support for STMMAC Selftests using ethtool. Enable this 25091810dbSJose Abreu feature if you are facing problems with your HW and submit the test 26091810dbSJose Abreu results to the netdev Mailing List. 27091810dbSJose Abreu 28bfab27a1SGiuseppe CAVALLAROconfig STMMAC_PLATFORM 29b2e2f0c7SAndy Shevchenko tristate "STMMAC Platform bus support" 30bfab27a1SGiuseppe CAVALLARO depends on STMMAC_ETH 31b1c17215SMathieu Olivari select MFD_SYSCON 3233d5e332SGiuseppe CAVALLARO default y 33a7f7f624SMasahiro Yamada help 34c0d54066SGiuseppe CAVALLARO This selects the platform specific bus support for the stmmac driver. 35c0d54066SGiuseppe CAVALLARO This is the driver used on several SoCs: 36c0d54066SGiuseppe CAVALLARO STi, Allwinner, Amlogic Meson, Altera SOCFPGA. 37c0d54066SGiuseppe CAVALLARO 38bfab27a1SGiuseppe CAVALLARO If you have a controller with this interface, say Y or M here. 39bfab27a1SGiuseppe CAVALLARO 40bfab27a1SGiuseppe CAVALLARO If unsure, say N. 41bfab27a1SGiuseppe CAVALLARO 42ba25020eSJoachim Eastwoodif STMMAC_PLATFORM 43ba25020eSJoachim Eastwood 44d8256121Sjpintoconfig DWMAC_DWC_QOS_ETH 45d8256121Sjpinto tristate "Support for snps,dwc-qos-ethernet.txt DT binding." 46d8256121Sjpinto select CRC32 47d8256121Sjpinto select MII 48f7b9e8e1SGeert Uytterhoeven depends on OF && HAS_DMA 49d8256121Sjpinto help 50d8256121Sjpinto Support for chips using the snps,dwc-qos-ethernet.txt DT binding. 51d8256121Sjpinto 52ba25020eSJoachim Eastwoodconfig DWMAC_GENERIC 53ba25020eSJoachim Eastwood tristate "Generic driver for DWMAC" 54ba25020eSJoachim Eastwood default STMMAC_PLATFORM 55a7f7f624SMasahiro Yamada help 56ba25020eSJoachim Eastwood Generic DWMAC driver for platforms that don't require any 57ba25020eSJoachim Eastwood platform specific code to function or is using platform 58ba25020eSJoachim Eastwood data for setup. 59ba25020eSJoachim Eastwood 602d1611afSAlexandru Gagniucconfig DWMAC_ANARION 612d1611afSAlexandru Gagniuc tristate "Adaptrum Anarion GMAC support" 622d1611afSAlexandru Gagniuc default ARC 632d1611afSAlexandru Gagniuc depends on OF && (ARC || COMPILE_TEST) 642d1611afSAlexandru Gagniuc help 652d1611afSAlexandru Gagniuc Support for Adaptrum Anarion GMAC Ethernet controller. 662d1611afSAlexandru Gagniuc 672d1611afSAlexandru Gagniuc This selects the Anarion SoC glue layer support for the stmmac driver. 682d1611afSAlexandru Gagniuc 692bb4b98bS周琰杰 (Zhou Yanjie)config DWMAC_INGENIC 702bb4b98bS周琰杰 (Zhou Yanjie) tristate "Ingenic MAC support" 712bb4b98bS周琰杰 (Zhou Yanjie) default MACH_INGENIC 722bb4b98bS周琰杰 (Zhou Yanjie) depends on OF && HAS_IOMEM && (MACH_INGENIC || COMPILE_TEST) 732bb4b98bS周琰杰 (Zhou Yanjie) select MFD_SYSCON 742bb4b98bS周琰杰 (Zhou Yanjie) help 752bb4b98bS周琰杰 (Zhou Yanjie) Support for ethernet controller on Ingenic SoCs. 762bb4b98bS周琰杰 (Zhou Yanjie) 772bb4b98bS周琰杰 (Zhou Yanjie) This selects Ingenic SoCs glue layer support for the stmmac 782bb4b98bS周琰杰 (Zhou Yanjie) device driver. This driver is used on for the Ingenic SoCs 792bb4b98bS周琰杰 (Zhou Yanjie) MAC ethernet controller. 802bb4b98bS周琰杰 (Zhou Yanjie) 81b1c17215SMathieu Olivariconfig DWMAC_IPQ806X 82b1c17215SMathieu Olivari tristate "QCA IPQ806x DWMAC support" 83b1c17215SMathieu Olivari default ARCH_QCOM 84f7b9e8e1SGeert Uytterhoeven depends on OF && (ARCH_QCOM || COMPILE_TEST) 85b1c17215SMathieu Olivari select MFD_SYSCON 86b1c17215SMathieu Olivari help 87b1c17215SMathieu Olivari Support for QCA IPQ806X DWMAC Ethernet. 88b1c17215SMathieu Olivari 89b1c17215SMathieu Olivari This selects the IPQ806x SoC glue layer support for the stmmac 90b1c17215SMathieu Olivari device driver. This driver does not use any of the hardware 91b1c17215SMathieu Olivari acceleration features available on this SoC. Network devices 92b1c17215SMathieu Olivari will behave like standard non-accelerated ethernet interfaces. 93b1c17215SMathieu Olivari 9469bdd2d4SJoachim Eastwoodconfig DWMAC_LPC18XX 9569bdd2d4SJoachim Eastwood tristate "NXP LPC18xx/43xx DWMAC support" 9669bdd2d4SJoachim Eastwood default ARCH_LPC18XX 972e280c18SPeter Robinson depends on OF && (ARCH_LPC18XX || COMPILE_TEST) 9869bdd2d4SJoachim Eastwood select MFD_SYSCON 99a7f7f624SMasahiro Yamada help 10069bdd2d4SJoachim Eastwood Support for NXP LPC18xx/43xx DWMAC Ethernet. 10169bdd2d4SJoachim Eastwood 1029992f37eSBiao Huangconfig DWMAC_MEDIATEK 1039992f37eSBiao Huang tristate "MediaTek MT27xx GMAC support" 1049992f37eSBiao Huang depends on OF && (ARCH_MEDIATEK || COMPILE_TEST) 1059992f37eSBiao Huang help 1069992f37eSBiao Huang Support for MediaTek GMAC Ethernet controller. 1079992f37eSBiao Huang 1089992f37eSBiao Huang This selects the MT2712 SoC support for the stmmac driver. 1099992f37eSBiao Huang 11040e6b0baSJoachim Eastwoodconfig DWMAC_MESON 11140e6b0baSJoachim Eastwood tristate "Amlogic Meson dwmac support" 11240e6b0baSJoachim Eastwood default ARCH_MESON 113566e8251SMartin Blumenstingl depends on OF && COMMON_CLK && (ARCH_MESON || COMPILE_TEST) 11440e6b0baSJoachim Eastwood help 11540e6b0baSJoachim Eastwood Support for Ethernet controller on Amlogic Meson SoCs. 11640e6b0baSJoachim Eastwood 11740e6b0baSJoachim Eastwood This selects the Amlogic Meson SoC glue layer support for 118566e8251SMartin Blumenstingl the stmmac device driver. This driver is used for Meson6, 119566e8251SMartin Blumenstingl Meson8, Meson8b and GXBB SoCs. 12040e6b0baSJoachim Eastwood 1215ed74140SNeil Armstrongconfig DWMAC_OXNAS 1225ed74140SNeil Armstrong tristate "Oxford Semiconductor OXNAS dwmac support" 1235ed74140SNeil Armstrong default ARCH_OXNAS 1245ed74140SNeil Armstrong depends on OF && COMMON_CLK && (ARCH_OXNAS || COMPILE_TEST) 1255ed74140SNeil Armstrong select MFD_SYSCON 1265ed74140SNeil Armstrong help 1275ed74140SNeil Armstrong Support for Ethernet controller on Oxford Semiconductor OXNAS SoCs. 1285ed74140SNeil Armstrong 1295ed74140SNeil Armstrong This selects the Oxford Semiconductor OXNASSoC glue layer support for 1305ed74140SNeil Armstrong the stmmac device driver. This driver is used for OX820. 1315ed74140SNeil Armstrong 132a7c30e62SVinod Koulconfig DWMAC_QCOM_ETHQOS 133a7c30e62SVinod Koul tristate "Qualcomm ETHQOS support" 134a7c30e62SVinod Koul default ARCH_QCOM 135a7c30e62SVinod Koul depends on OF && (ARCH_QCOM || COMPILE_TEST) 136a7c30e62SVinod Koul help 137a7c30e62SVinod Koul Support for the Qualcomm ETHQOS core. 138a7c30e62SVinod Koul 139a7c30e62SVinod Koul This selects the Qualcomm ETHQOS glue layer support for the 140a7c30e62SVinod Koul stmmac device driver. 141a7c30e62SVinod Koul 142e0fb4013SJoachim Eastwoodconfig DWMAC_ROCKCHIP 143e0fb4013SJoachim Eastwood tristate "Rockchip dwmac support" 144e0fb4013SJoachim Eastwood default ARCH_ROCKCHIP 145f7b9e8e1SGeert Uytterhoeven depends on OF && (ARCH_ROCKCHIP || COMPILE_TEST) 146e0fb4013SJoachim Eastwood select MFD_SYSCON 147e0fb4013SJoachim Eastwood help 148e0fb4013SJoachim Eastwood Support for Ethernet controller on Rockchip RK3288 SoC. 149e0fb4013SJoachim Eastwood 150e0fb4013SJoachim Eastwood This selects the Rockchip RK3288 SoC glue layer support for 151e0fb4013SJoachim Eastwood the stmmac device driver. 152e0fb4013SJoachim Eastwood 153c7c52ae7SJoachim Eastwoodconfig DWMAC_SOCFPGA 154c7c52ae7SJoachim Eastwood tristate "SOCFPGA dwmac support" 1553409fb09SKrzysztof Kozlowski default ARCH_INTEL_SOCFPGA 1563409fb09SKrzysztof Kozlowski depends on OF && (ARCH_INTEL_SOCFPGA || COMPILE_TEST) 157c7c52ae7SJoachim Eastwood select MFD_SYSCON 158c7c52ae7SJoachim Eastwood help 159c7c52ae7SJoachim Eastwood Support for ethernet controller on Altera SOCFPGA 160c7c52ae7SJoachim Eastwood 161c7c52ae7SJoachim Eastwood This selects the Altera SOCFPGA SoC glue layer support 162c7c52ae7SJoachim Eastwood for the stmmac device driver. This driver is used for 163c7c52ae7SJoachim Eastwood arria5 and cyclone5 FPGA SoCs. 164c7c52ae7SJoachim Eastwood 1652a321798SJoachim Eastwoodconfig DWMAC_STI 1662a321798SJoachim Eastwood tristate "STi GMAC support" 1672a321798SJoachim Eastwood default ARCH_STI 168f7b9e8e1SGeert Uytterhoeven depends on OF && (ARCH_STI || COMPILE_TEST) 1692a321798SJoachim Eastwood select MFD_SYSCON 170a7f7f624SMasahiro Yamada help 1712a321798SJoachim Eastwood Support for ethernet controller on STi SOCs. 1722a321798SJoachim Eastwood 1732a321798SJoachim Eastwood This selects STi SoC glue layer support for the stmmac 1742a321798SJoachim Eastwood device driver. This driver is used on for the STi series 1752a321798SJoachim Eastwood SOCs GMAC ethernet controller. 1762a321798SJoachim Eastwood 177c6eec6f3SAlexandre TORGUEconfig DWMAC_STM32 178c6eec6f3SAlexandre TORGUE tristate "STM32 DWMAC support" 179c6eec6f3SAlexandre TORGUE default ARCH_STM32 1806bc5445cSPeter Robinson depends on OF && HAS_IOMEM && (ARCH_STM32 || COMPILE_TEST) 181c6eec6f3SAlexandre TORGUE select MFD_SYSCON 182a7f7f624SMasahiro Yamada help 183c6eec6f3SAlexandre TORGUE Support for ethernet controller on STM32 SOCs. 184c6eec6f3SAlexandre TORGUE 185c6eec6f3SAlexandre TORGUE This selects STM32 SoC glue layer support for the stmmac 186c6eec6f3SAlexandre TORGUE device driver. This driver is used on for the STM32 series 187c6eec6f3SAlexandre TORGUE SOCs GMAC ethernet controller. 188c6eec6f3SAlexandre TORGUE 1894198b7dbSJoachim Eastwoodconfig DWMAC_SUNXI 1904198b7dbSJoachim Eastwood tristate "Allwinner GMAC support" 1914198b7dbSJoachim Eastwood default ARCH_SUNXI 192f7b9e8e1SGeert Uytterhoeven depends on OF && (ARCH_SUNXI || COMPILE_TEST) 193a7f7f624SMasahiro Yamada help 1944198b7dbSJoachim Eastwood Support for Allwinner A20/A31 GMAC ethernet controllers. 1954198b7dbSJoachim Eastwood 1964198b7dbSJoachim Eastwood This selects Allwinner SoC glue layer support for the 1974198b7dbSJoachim Eastwood stmmac device driver. This driver is used for A20/A31 1984198b7dbSJoachim Eastwood GMAC ethernet controller. 1999f93ac8dSLABBE Corentin 2009f93ac8dSLABBE Corentinconfig DWMAC_SUN8I 2019f93ac8dSLABBE Corentin tristate "Allwinner sun8i GMAC support" 2029f93ac8dSLABBE Corentin default ARCH_SUNXI 2039f93ac8dSLABBE Corentin depends on OF && (ARCH_SUNXI || COMPILE_TEST) 204634db83bSCorentin Labbe select MDIO_BUS_MUX 205a7f7f624SMasahiro Yamada help 2069f93ac8dSLABBE Corentin Support for Allwinner H3 A83T A64 EMAC ethernet controllers. 2079f93ac8dSLABBE Corentin 2089f93ac8dSLABBE Corentin This selects Allwinner SoC glue layer support for the 2099f93ac8dSLABBE Corentin stmmac device driver. This driver is used for H3/A83T/A64 2109f93ac8dSLABBE Corentin EMAC ethernet controller. 21194abdad6SFugang Duan 21294abdad6SFugang Duanconfig DWMAC_IMX8 21394abdad6SFugang Duan tristate "NXP IMX8 DWMAC support" 21494abdad6SFugang Duan default ARCH_MXC 21594abdad6SFugang Duan depends on OF && (ARCH_MXC || COMPILE_TEST) 21694abdad6SFugang Duan select MFD_SYSCON 217a7f7f624SMasahiro Yamada help 21894abdad6SFugang Duan Support for ethernet controller on NXP i.MX8 SOCs. 21994abdad6SFugang Duan 22094abdad6SFugang Duan This selects NXP SoC glue layer support for the stmmac 22194abdad6SFugang Duan device driver. This driver is used for i.MX8 series like 22294abdad6SFugang Duan iMX8MP/iMX8DXL GMAC ethernet controller. 22394abdad6SFugang Duan 2249efc9b2bSRusaimi Amira Ruslanconfig DWMAC_INTEL_PLAT 2259efc9b2bSRusaimi Amira Ruslan tristate "Intel dwmac support" 2269efc9b2bSRusaimi Amira Ruslan depends on OF && COMMON_CLK 2279efc9b2bSRusaimi Amira Ruslan depends on STMMAC_ETH 2289efc9b2bSRusaimi Amira Ruslan help 2299efc9b2bSRusaimi Amira Ruslan Support for ethernet controllers on Intel SoCs 2309efc9b2bSRusaimi Amira Ruslan 2319efc9b2bSRusaimi Amira Ruslan This selects the Intel platform specific glue layer support for 2329efc9b2bSRusaimi Amira Ruslan the stmmac device driver. This driver is used for the Intel Keem Bay 2339efc9b2bSRusaimi Amira Ruslan SoC. 234b38dd98fSNobuhiro Iwamatsu 235b38dd98fSNobuhiro Iwamatsuconfig DWMAC_VISCONTI 236b38dd98fSNobuhiro Iwamatsu tristate "Toshiba Visconti DWMAC support" 237b38dd98fSNobuhiro Iwamatsu default ARCH_VISCONTI 238b38dd98fSNobuhiro Iwamatsu depends on OF && COMMON_CLK && (ARCH_VISCONTI || COMPILE_TEST) 239b38dd98fSNobuhiro Iwamatsu help 240b38dd98fSNobuhiro Iwamatsu Support for ethernet controller on Visconti SoCs. 241b38dd98fSNobuhiro Iwamatsu 242ba25020eSJoachim Eastwoodendif 243ba25020eSJoachim Eastwood 24458da0cfaSVoon Weifengconfig DWMAC_INTEL 24558da0cfaSVoon Weifeng tristate "Intel GMAC support" 24658da0cfaSVoon Weifeng default X86 24758da0cfaSVoon Weifeng depends on X86 && STMMAC_ETH && PCI 24858da0cfaSVoon Weifeng depends on COMMON_CLK 249a7f7f624SMasahiro Yamada help 25058da0cfaSVoon Weifeng This selects the Intel platform specific bus support for the 25158da0cfaSVoon Weifeng stmmac driver. This driver is used for Intel Quark/EHL/TGL. 25258da0cfaSVoon Weifeng 253*30bba69dSQing Zhangconfig DWMAC_LOONGSON 254*30bba69dSQing Zhang tristate "Loongson PCI DWMAC support" 255*30bba69dSQing Zhang default MACH_LOONGSON64 256*30bba69dSQing Zhang depends on STMMAC_ETH && PCI 257*30bba69dSQing Zhang depends on COMMON_CLK 258*30bba69dSQing Zhang help 259*30bba69dSQing Zhang This selects the LOONGSON PCI bus support for the stmmac driver, 260*30bba69dSQing Zhang Support for ethernet controller on Loongson-2K1000 SoC and LS7A1000 bridge. 261*30bba69dSQing Zhang 262bfab27a1SGiuseppe CAVALLAROconfig STMMAC_PCI 263b2e2f0c7SAndy Shevchenko tristate "STMMAC PCI bus support" 2646e1215adSKees Cook depends on STMMAC_ETH && PCI 26527382472SStephen Rothwell depends on COMMON_CLK 266a7f7f624SMasahiro Yamada help 267ab70e586Sjpinto This selects the platform specific bus support for the stmmac driver. 268ab70e586Sjpinto This driver was tested on XLINX XC2V3000 FF1152AMT0221 269ab70e586Sjpinto D1215994A VIRTEX FPGA board and SNPS QoS IPK Prototyping Kit. 270bfab27a1SGiuseppe CAVALLARO 271ab70e586Sjpinto If you have a controller with this interface, say Y or M here. 272bfab27a1SGiuseppe CAVALLARO 273bfab27a1SGiuseppe CAVALLARO If unsure, say N. 2747ac6653aSJeff Kirsherendif 275