From: Antoine Ténart Date: Tue, 30 Sep 2014 14:28:13 +0000 (+0200) Subject: net: pxa168_eth: allow Berlin SoCs to use the pxa168_eth driver X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0fdccfc12c577aaf7aa33652cb85ad50fde44bbd;p=linux-beck.git 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 Acked-by: Arnd Bergmann Signed-off-by: David S. Miller --- 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 config PXA168_ETH tristate "Marvell pxa168 ethernet support" - depends on CPU_PXA168 + depends on CPU_PXA168 || ARCH_BERLIN select PHYLIB ---help--- This driver supports the pxa168 Ethernet ports.