summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/Kconfig
diff options
context:
space:
mode:
authorJoachim Eastwood2015-05-14 12:11:04 +0200
committerDavid S. Miller2015-05-15 18:44:23 +0200
commit2a3217988e1597335e1fd5a9d1e3c67c370cfc0f (patch)
tree2da558d947a6a5f6e1ccf29bb473389b2827e93e /drivers/net/ethernet/stmicro/stmmac/Kconfig
parentstmmac: convert dwmac-socfpga to platform driver (diff)
downloadkernel-qcow2-linux-2a3217988e1597335e1fd5a9d1e3c67c370cfc0f.tar.gz
kernel-qcow2-linux-2a3217988e1597335e1fd5a9d1e3c67c370cfc0f.tar.xz
kernel-qcow2-linux-2a3217988e1597335e1fd5a9d1e3c67c370cfc0f.zip
stmmac: convert dwmac-sti to platform driver
Convert platform glue layer into a proper platform driver and add it to the build system. Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/stmicro/stmmac/Kconfig')
-rw-r--r--drivers/net/ethernet/stmicro/stmmac/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/Kconfig b/drivers/net/ethernet/stmicro/stmmac/Kconfig
index f103e57e3ac0..f5b9f051337d 100644
--- a/drivers/net/ethernet/stmicro/stmmac/Kconfig
+++ b/drivers/net/ethernet/stmicro/stmmac/Kconfig
@@ -78,6 +78,18 @@ config DWMAC_SOCFPGA
for the stmmac device driver. This driver is used for
arria5 and cyclone5 FPGA SoCs.
+config DWMAC_STI
+ tristate "STi GMAC support"
+ default ARCH_STI
+ depends on OF
+ 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.
+
endif
config STMMAC_PCI