diff options
author | Joachim Eastwood <manabian@gmail.com> | 2015-05-14 12:11:00 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-05-15 12:44:22 -0400 |
commit | 69bdd2d40d1e5fd9f7b92d39d129a0d057daf5fd (patch) | |
tree | 5198054bff4d29506aea8f4c72bd04e5b633c903 /drivers/net/ethernet/stmicro/stmmac/Kconfig | |
parent | ba25020e2725308562d60f3d0247218b07a49b9f (diff) | |
download | talos-op-linux-69bdd2d40d1e5fd9f7b92d39d129a0d057daf5fd.tar.gz talos-op-linux-69bdd2d40d1e5fd9f7b92d39d129a0d057daf5fd.zip |
stmmac: convert dwmac-lpc18xx to a 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 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/Kconfig b/drivers/net/ethernet/stmicro/stmmac/Kconfig index d4ed2ac3829b..aa03e26437e2 100644 --- a/drivers/net/ethernet/stmicro/stmmac/Kconfig +++ b/drivers/net/ethernet/stmicro/stmmac/Kconfig @@ -36,6 +36,14 @@ config DWMAC_GENERIC platform specific code to function or is using platform data for setup. +config DWMAC_LPC18XX + tristate "NXP LPC18xx/43xx DWMAC support" + default ARCH_LPC18XX + depends on OF + select MFD_SYSCON + ---help--- + Support for NXP LPC18xx/43xx DWMAC Ethernet. + endif config STMMAC_PCI |