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>
This commit is contained in:
parent
78b9b2c4cd
commit
0fdccfc12c
|
@ -64,7 +64,7 @@ config MVPP2
|
||||||
|
|
||||||
config PXA168_ETH
|
config PXA168_ETH
|
||||||
tristate "Marvell pxa168 ethernet support"
|
tristate "Marvell pxa168 ethernet support"
|
||||||
depends on CPU_PXA168
|
depends on CPU_PXA168 || ARCH_BERLIN
|
||||||
select PHYLIB
|
select PHYLIB
|
||||||
---help---
|
---help---
|
||||||
This driver supports the pxa168 Ethernet ports.
|
This driver supports the pxa168 Ethernet ports.
|
||||||
|
|
Loading…
Reference in New Issue