2009-10-15 05:13:45 +07:00
|
|
|
config STMMAC_ETH
|
2017-01-17 21:53:07 +07:00
|
|
|
tristate "STMicroelectronics 10/100/1000/EQOS Ethernet driver"
|
2013-05-09 18:04:46 +07:00
|
|
|
depends on HAS_IOMEM && HAS_DMA
|
2009-10-15 05:13:45 +07:00
|
|
|
select MII
|
|
|
|
select PHYLIB
|
2010-04-01 04:44:03 +07:00
|
|
|
select CRC32
|
2016-11-11 12:10:07 +07:00
|
|
|
imply PTP_1588_CLOCK
|
2014-01-17 20:24:41 +07:00
|
|
|
select RESET_CONTROLLER
|
2011-05-16 14:05:19 +07:00
|
|
|
---help---
|
2017-01-17 21:53:07 +07:00
|
|
|
This is the driver for the Ethernet IPs built around a
|
|
|
|
Synopsys IP Core.
|
2009-10-15 05:13:45 +07:00
|
|
|
|
|
|
|
if STMMAC_ETH
|
|
|
|
|
2011-12-21 10:58:19 +07:00
|
|
|
config STMMAC_PLATFORM
|
2014-11-10 17:38:59 +07:00
|
|
|
tristate "STMMAC Platform bus support"
|
2011-12-21 10:58:19 +07:00
|
|
|
depends on STMMAC_ETH
|
2015-05-28 01:02:49 +07:00
|
|
|
select MFD_SYSCON
|
2012-06-08 02:25:07 +07:00
|
|
|
default y
|
2011-12-21 10:58:19 +07:00
|
|
|
---help---
|
2014-11-04 21:49:32 +07:00
|
|
|
This selects the platform specific bus support for the stmmac driver.
|
|
|
|
This is the driver used on several SoCs:
|
|
|
|
STi, Allwinner, Amlogic Meson, Altera SOCFPGA.
|
|
|
|
|
2011-12-21 10:58:19 +07:00
|
|
|
If you have a controller with this interface, say Y or M here.
|
|
|
|
|
|
|
|
If unsure, say N.
|
|
|
|
|
2015-05-14 17:10:59 +07:00
|
|
|
if STMMAC_PLATFORM
|
|
|
|
|
2017-01-09 19:35:10 +07:00
|
|
|
config DWMAC_DWC_QOS_ETH
|
|
|
|
tristate "Support for snps,dwc-qos-ethernet.txt DT binding."
|
|
|
|
select PHYLIB
|
|
|
|
select CRC32
|
|
|
|
select MII
|
|
|
|
depends on OF && HAS_DMA
|
|
|
|
help
|
|
|
|
Support for chips using the snps,dwc-qos-ethernet.txt DT binding.
|
|
|
|
|
2015-05-14 17:10:59 +07:00
|
|
|
config DWMAC_GENERIC
|
|
|
|
tristate "Generic driver for DWMAC"
|
|
|
|
default STMMAC_PLATFORM
|
|
|
|
---help---
|
|
|
|
Generic DWMAC driver for platforms that don't require any
|
|
|
|
platform specific code to function or is using platform
|
|
|
|
data for setup.
|
|
|
|
|
2017-08-05 03:08:51 +07:00
|
|
|
config DWMAC_ANARION
|
|
|
|
tristate "Adaptrum Anarion GMAC support"
|
|
|
|
default ARC
|
|
|
|
depends on OF && (ARC || COMPILE_TEST)
|
|
|
|
help
|
|
|
|
Support for Adaptrum Anarion GMAC Ethernet controller.
|
|
|
|
|
|
|
|
This selects the Anarion SoC glue layer support for the stmmac driver.
|
|
|
|
|
2015-05-28 01:02:49 +07:00
|
|
|
config DWMAC_IPQ806X
|
|
|
|
tristate "QCA IPQ806x DWMAC support"
|
|
|
|
default ARCH_QCOM
|
2016-06-01 19:28:58 +07:00
|
|
|
depends on OF && (ARCH_QCOM || COMPILE_TEST)
|
2015-05-28 01:02:49 +07:00
|
|
|
select MFD_SYSCON
|
|
|
|
help
|
|
|
|
Support for QCA IPQ806X DWMAC Ethernet.
|
|
|
|
|
|
|
|
This selects the IPQ806x SoC glue layer support for the stmmac
|
|
|
|
device driver. This driver does not use any of the hardware
|
|
|
|
acceleration features available on this SoC. Network devices
|
|
|
|
will behave like standard non-accelerated ethernet interfaces.
|
|
|
|
|
2015-05-14 17:11:00 +07:00
|
|
|
config DWMAC_LPC18XX
|
|
|
|
tristate "NXP LPC18xx/43xx DWMAC support"
|
|
|
|
default ARCH_LPC18XX
|
2016-06-01 19:28:58 +07:00
|
|
|
depends on OF && (ARCH_LPC18XX || COMPILE_TEST)
|
2015-05-14 17:11:00 +07:00
|
|
|
select MFD_SYSCON
|
|
|
|
---help---
|
|
|
|
Support for NXP LPC18xx/43xx DWMAC Ethernet.
|
|
|
|
|
2015-05-14 17:11:01 +07:00
|
|
|
config DWMAC_MESON
|
|
|
|
tristate "Amlogic Meson dwmac support"
|
|
|
|
default ARCH_MESON
|
2016-09-07 04:38:46 +07:00
|
|
|
depends on OF && COMMON_CLK && (ARCH_MESON || COMPILE_TEST)
|
2015-05-14 17:11:01 +07:00
|
|
|
help
|
|
|
|
Support for Ethernet controller on Amlogic Meson SoCs.
|
|
|
|
|
|
|
|
This selects the Amlogic Meson SoC glue layer support for
|
2016-09-07 04:38:46 +07:00
|
|
|
the stmmac device driver. This driver is used for Meson6,
|
|
|
|
Meson8, Meson8b and GXBB SoCs.
|
2015-05-14 17:11:01 +07:00
|
|
|
|
2016-11-02 21:02:36 +07:00
|
|
|
config DWMAC_OXNAS
|
|
|
|
tristate "Oxford Semiconductor OXNAS dwmac support"
|
|
|
|
default ARCH_OXNAS
|
|
|
|
depends on OF && COMMON_CLK && (ARCH_OXNAS || COMPILE_TEST)
|
|
|
|
select MFD_SYSCON
|
|
|
|
help
|
|
|
|
Support for Ethernet controller on Oxford Semiconductor OXNAS SoCs.
|
|
|
|
|
|
|
|
This selects the Oxford Semiconductor OXNASSoC glue layer support for
|
|
|
|
the stmmac device driver. This driver is used for OX820.
|
|
|
|
|
2015-05-14 17:11:02 +07:00
|
|
|
config DWMAC_ROCKCHIP
|
|
|
|
tristate "Rockchip dwmac support"
|
|
|
|
default ARCH_ROCKCHIP
|
2016-06-01 19:28:58 +07:00
|
|
|
depends on OF && (ARCH_ROCKCHIP || COMPILE_TEST)
|
2015-05-14 17:11:02 +07:00
|
|
|
select MFD_SYSCON
|
|
|
|
help
|
|
|
|
Support for Ethernet controller on Rockchip RK3288 SoC.
|
|
|
|
|
|
|
|
This selects the Rockchip RK3288 SoC glue layer support for
|
|
|
|
the stmmac device driver.
|
|
|
|
|
2015-05-14 17:11:03 +07:00
|
|
|
config DWMAC_SOCFPGA
|
|
|
|
tristate "SOCFPGA dwmac support"
|
|
|
|
default ARCH_SOCFPGA
|
2016-06-01 19:28:58 +07:00
|
|
|
depends on OF && (ARCH_SOCFPGA || COMPILE_TEST)
|
2015-05-14 17:11:03 +07:00
|
|
|
select MFD_SYSCON
|
|
|
|
help
|
|
|
|
Support for ethernet controller on Altera SOCFPGA
|
|
|
|
|
|
|
|
This selects the Altera SOCFPGA SoC glue layer support
|
|
|
|
for the stmmac device driver. This driver is used for
|
|
|
|
arria5 and cyclone5 FPGA SoCs.
|
|
|
|
|
2015-05-14 17:11:04 +07:00
|
|
|
config DWMAC_STI
|
|
|
|
tristate "STi GMAC support"
|
|
|
|
default ARCH_STI
|
2016-06-01 19:28:58 +07:00
|
|
|
depends on OF && (ARCH_STI || COMPILE_TEST)
|
2015-05-14 17:11:04 +07:00
|
|
|
select MFD_SYSCON
|
|
|
|
---help---
|
|
|
|
Support for ethernet controller on STi SOCs.
|
|
|
|
|
|
|
|
This selects STi SoC glue layer support for the stmmac
|
|
|
|
device driver. This driver is used on for the STi series
|
|
|
|
SOCs GMAC ethernet controller.
|
|
|
|
|
2016-08-29 23:23:38 +07:00
|
|
|
config DWMAC_STM32
|
|
|
|
tristate "STM32 DWMAC support"
|
|
|
|
default ARCH_STM32
|
2016-11-21 00:22:38 +07:00
|
|
|
depends on OF && HAS_IOMEM && (ARCH_STM32 || COMPILE_TEST)
|
2016-08-29 23:23:38 +07:00
|
|
|
select MFD_SYSCON
|
|
|
|
---help---
|
|
|
|
Support for ethernet controller on STM32 SOCs.
|
|
|
|
|
|
|
|
This selects STM32 SoC glue layer support for the stmmac
|
|
|
|
device driver. This driver is used on for the STM32 series
|
|
|
|
SOCs GMAC ethernet controller.
|
|
|
|
|
2015-05-14 17:11:05 +07:00
|
|
|
config DWMAC_SUNXI
|
|
|
|
tristate "Allwinner GMAC support"
|
|
|
|
default ARCH_SUNXI
|
2016-06-01 19:28:58 +07:00
|
|
|
depends on OF && (ARCH_SUNXI || COMPILE_TEST)
|
2015-05-14 17:11:05 +07:00
|
|
|
---help---
|
|
|
|
Support for Allwinner A20/A31 GMAC ethernet controllers.
|
|
|
|
|
|
|
|
This selects Allwinner SoC glue layer support for the
|
|
|
|
stmmac device driver. This driver is used for A20/A31
|
|
|
|
GMAC ethernet controller.
|
2017-05-31 14:18:36 +07:00
|
|
|
|
|
|
|
config DWMAC_SUN8I
|
|
|
|
tristate "Allwinner sun8i GMAC support"
|
|
|
|
default ARCH_SUNXI
|
|
|
|
depends on OF && (ARCH_SUNXI || COMPILE_TEST)
|
2017-10-25 00:57:13 +07:00
|
|
|
select MDIO_BUS_MUX
|
2017-05-31 14:18:36 +07:00
|
|
|
---help---
|
|
|
|
Support for Allwinner H3 A83T A64 EMAC ethernet controllers.
|
|
|
|
|
|
|
|
This selects Allwinner SoC glue layer support for the
|
|
|
|
stmmac device driver. This driver is used for H3/A83T/A64
|
|
|
|
EMAC ethernet controller.
|
2015-05-14 17:10:59 +07:00
|
|
|
endif
|
|
|
|
|
2011-12-21 10:58:19 +07:00
|
|
|
config STMMAC_PCI
|
2014-11-10 17:38:59 +07:00
|
|
|
tristate "STMMAC PCI bus support"
|
2013-01-23 01:30:30 +07:00
|
|
|
depends on STMMAC_ETH && PCI
|
2011-12-21 10:58:19 +07:00
|
|
|
---help---
|
2017-01-17 21:53:07 +07:00
|
|
|
This selects the platform specific bus support for the stmmac driver.
|
|
|
|
This driver was tested on XLINX XC2V3000 FF1152AMT0221
|
|
|
|
D1215994A VIRTEX FPGA board and SNPS QoS IPK Prototyping Kit.
|
2011-12-21 10:58:19 +07:00
|
|
|
|
2017-01-17 21:53:07 +07:00
|
|
|
If you have a controller with this interface, say Y or M here.
|
2011-12-21 10:58:19 +07:00
|
|
|
|
|
|
|
If unsure, say N.
|
2009-10-15 05:13:45 +07:00
|
|
|
endif
|