diff options
author | Joachim Eastwood <manabian@gmail.com> | 2015-05-14 13:11:01 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-05-15 19:44:22 +0300 |
commit | 40e6b0ba9183ae9fdab38e3e9fa852374aa3b6c5 (patch) | |
tree | 518b6813bacda542b30ca9bec6682010e5e22d64 /drivers/net/ethernet/stmicro/stmmac/Kconfig | |
parent | 69bdd2d40d1e5fd9f7b92d39d129a0d057daf5fd (diff) | |
download | linux-40e6b0ba9183ae9fdab38e3e9fa852374aa3b6c5.tar.xz |
stmmac: convert dwmac-meson 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/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/Kconfig b/drivers/net/ethernet/stmicro/stmmac/Kconfig index aa03e26437e2..a5a56217a845 100644 --- a/drivers/net/ethernet/stmicro/stmmac/Kconfig +++ b/drivers/net/ethernet/stmicro/stmmac/Kconfig @@ -44,6 +44,17 @@ config DWMAC_LPC18XX ---help--- Support for NXP LPC18xx/43xx DWMAC Ethernet. +config DWMAC_MESON + tristate "Amlogic Meson dwmac support" + default ARCH_MESON + depends on OF + help + Support for Ethernet controller on Amlogic Meson SoCs. + + This selects the Amlogic Meson SoC glue layer support for + the stmmac device driver. This driver is used for Meson6 and + Meson8 SoCs. + endif config STMMAC_PCI |