Skip to content

Commit

Permalink
net: pxa168_eth: allow Berlin SoCs to use the pxa168_eth driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Antoine Ténart authored and David S. Miller committed Sep 30, 2014
1 parent 78b9b2c commit 0fdccfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/marvell/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0fdccfc

Please sign in to comment.