net: pxa168_eth: allow Berlin SoCs to use the pxa168_eth driver
authorAntoine Ténart <antoine.tenart@free-electrons.com>
Tue, 30 Sep 2014 14:28:13 +0000 (16:28 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 Sep 2014 20:36:13 +0000 (16:36 -0400)
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>
drivers/net/ethernet/marvell/Kconfig

index 1b4fc7c..48b9466 100644 (file)
@@ -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.