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