2009-10-15 05:13:45 +07:00
|
|
|
config STMMAC_ETH
|
|
|
|
tristate "STMicroelectronics 10/100/1000 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
|
2013-03-26 11:43:11 +07:00
|
|
|
select PTP_1588_CLOCK
|
2014-01-17 20:24:41 +07:00
|
|
|
select RESET_CONTROLLER
|
2011-05-16 14:05:19 +07:00
|
|
|
---help---
|
2010-01-07 06:07:22 +07:00
|
|
|
This is the driver for the Ethernet IPs are built around a
|
2010-08-24 03:40:41 +07:00
|
|
|
Synopsys IP Core and only tested on the STMicroelectronics
|
2010-01-07 06:07:22 +07:00
|
|
|
platforms.
|
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
|
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
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
2015-05-14 17:11:00 +07:00
|
|
|
config DWMAC_LPC18XX
|
|
|
|
tristate "NXP LPC18xx/43xx DWMAC support"
|
|
|
|
default ARCH_LPC18XX
|
|
|
|
depends on OF
|
|
|
|
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
|
|
|
|
depends on OF
|
|
|
|
help
|
|
|
|
Support for Ethernet controller on Amlogic Meson SoCs.
|
|
|
|
|
|
|
|
This selects the Amlogic Meson SoC glue layer support for
|
|
|
|
the stmmac device driver. This driver is used for Meson6 and
|
|
|
|
Meson8 SoCs.
|
|
|
|
|
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---
|
|
|
|
This is to select the Synopsys DWMAC available on PCI devices,
|
|
|
|
if you have a controller with this interface, say Y or M here.
|
|
|
|
|
|
|
|
This PCI support is tested on XLINX XC2V3000 FF1152AMT0221
|
|
|
|
D1215994A VIRTEX FPGA board.
|
|
|
|
|
|
|
|
If unsure, say N.
|
2009-10-15 05:13:45 +07:00
|
|
|
endif
|