aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/Kconfig
diff options
context:
space:
mode:
authorJoachim Eastwood <manabian@gmail.com>2015-05-14 12:11:02 +0200
committerDavid S. Miller <davem@davemloft.net>2015-05-15 12:44:22 -0400
commite0fb4013c2f53cb67190366c4af8714f9c3d43a5 (patch)
tree295a87de521b0c7ac13f7f3166fad5ca28f32aa1 /drivers/net/ethernet/stmicro/stmmac/Kconfig
parentstmmac: convert dwmac-meson to platform driver (diff)
downloadlinux-dev-e0fb4013c2f53cb67190366c4af8714f9c3d43a5.tar.xz
linux-dev-e0fb4013c2f53cb67190366c4af8714f9c3d43a5.zip
stmmac: convert dwmac-rk 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/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/Kconfig b/drivers/net/ethernet/stmicro/stmmac/Kconfig
index a5a56217a845..cb984606a819 100644
--- a/drivers/net/ethernet/stmicro/stmmac/Kconfig
+++ b/drivers/net/ethernet/stmicro/stmmac/Kconfig
@@ -55,6 +55,17 @@ config DWMAC_MESON
the stmmac device driver. This driver is used for Meson6 and
Meson8 SoCs.
+config DWMAC_ROCKCHIP
+ tristate "Rockchip dwmac support"
+ default ARCH_ROCKCHIP
+ depends on OF
+ select MFD_SYSCON
+ help
+ Support for Ethernet controller on Rockchip RK3288 SoC.
+
+ This selects the Rockchip RK3288 SoC glue layer support for
+ the stmmac device driver.
+
endif
config STMMAC_PCI