aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ténart <antoine.tenart@free-electrons.com>2014-09-30 10:28:13 -0400
committerDavid S. Miller <davem@davemloft.net>2014-09-30 16:36:13 -0400
commit0fdccfc12c577aaf7aa33652cb85ad50fde44bbd (patch)
treecef6f5e6f04a81f8a642aa02d06adbe423f5bdea
parent78b9b2c4cd77c3416a3f098b0eda2a67f2dfe586 (diff)
net: pxa168_eth: allow Berlin SoCs to use the pxa168_eth driver
Berlin SoCs have an Ethernet controller compatible with the pxa168. Allow these SoCs to use the pxa168_eth driver. Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/ethernet/marvell/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/marvell/Kconfig b/drivers/net/ethernet/marvell/Kconfig
index 1b4fc7c639e6..48b9466d1781 100644
--- a/drivers/net/ethernet/marvell/Kconfig
+++ b/drivers/net/ethernet/marvell/Kconfig
@@ -64,7 +64,7 @@ config MVPP2
64 64
65config PXA168_ETH 65config PXA168_ETH
66 tristate "Marvell pxa168 ethernet support" 66 tristate "Marvell pxa168 ethernet support"
67 depends on CPU_PXA168 67 depends on CPU_PXA168 || ARCH_BERLIN
68 select PHYLIB 68 select PHYLIB
69 ---help--- 69 ---help---
70 This driver supports the pxa168 Ethernet ports. 70 This driver supports the pxa168 Ethernet ports.