47c62b6d5f
This patch enables MDIO driver by, - Selecting MDIO_XGENE - Changed open and close to use phy_start and phy_stop - Changed to use mac_ops->tx(rx)_enable and tx(rx)_disable Signed-off-by: Iyappan Subramanian <isubramanian@apm.com> Tested-by: Fushen Chen <fchen@apm.com> Tested-by: Toan Le <toanle@apm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
13 lines
348 B
Plaintext
13 lines
348 B
Plaintext
config NET_XGENE
|
|
tristate "APM X-Gene SoC Ethernet Driver"
|
|
depends on HAS_DMA
|
|
depends on ARCH_XGENE || COMPILE_TEST
|
|
select PHYLIB
|
|
select MDIO_XGENE
|
|
help
|
|
This is the Ethernet driver for the on-chip ethernet interface on the
|
|
APM X-Gene SoC.
|
|
|
|
To compile this driver as a module, choose M here. This module will
|
|
be called xgene_enet.
|