2009-10-14 22:13:45 +00:00
|
|
|
config STMMAC_ETH
|
|
|
|
tristate "STMicroelectronics 10/100/1000 Ethernet driver"
|
2013-05-09 11:04:46 +00:00
|
|
|
depends on HAS_IOMEM && HAS_DMA
|
2009-10-14 22:13:45 +00:00
|
|
|
select MII
|
|
|
|
select PHYLIB
|
2010-03-31 21:44:03 +00:00
|
|
|
select CRC32
|
2013-03-26 04:43:11 +00:00
|
|
|
select PTP_1588_CLOCK
|
2014-01-17 13:24:41 +00:00
|
|
|
select RESET_CONTROLLER
|
2011-05-16 07:05:19 +00:00
|
|
|
---help---
|
2010-01-06 23:07:22 +00:00
|
|
|
This is the driver for the Ethernet IPs are built around a
|
2010-08-23 20:40:41 +00:00
|
|
|
Synopsys IP Core and only tested on the STMicroelectronics
|
2010-01-06 23:07:22 +00:00
|
|
|
platforms.
|
2009-10-14 22:13:45 +00:00
|
|
|
|
|
|
|
if STMMAC_ETH
|
|
|
|
|
2011-12-21 03:58:19 +00:00
|
|
|
config STMMAC_PLATFORM
|
2012-06-04 19:22:57 +00:00
|
|
|
bool "STMMAC Platform bus support"
|
2011-12-21 03:58:19 +00:00
|
|
|
depends on STMMAC_ETH
|
2012-06-07 19:25:07 +00:00
|
|
|
default y
|
2011-12-21 03:58:19 +00:00
|
|
|
---help---
|
2014-11-04 14:49:32 +00: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 03:58:19 +00:00
|
|
|
If you have a controller with this interface, say Y or M here.
|
|
|
|
|
|
|
|
If unsure, say N.
|
|
|
|
|
|
|
|
config STMMAC_PCI
|
2013-01-22 18:30:30 +00:00
|
|
|
bool "STMMAC PCI bus support"
|
|
|
|
depends on STMMAC_ETH && PCI
|
2011-12-21 03:58:19 +00: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-14 22:13:45 +00:00
|
|
|
endif
|