Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a140fcb2 authored by Antoine Tenart's avatar Antoine Tenart Committed by David S. Miller
Browse files

net: pxa168_eth: allow to compile the pxa168_eth driver for tests



Add a dependency to COMPILE_TEST so that the driver can be compiled for
test purposes.

Signed-off-by: default avatarAntoine Tenart <antoine.tenart@free-electrons.com>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0fdccfc1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ config MVPP2

config PXA168_ETH
	tristate "Marvell pxa168 ethernet support"
	depends on CPU_PXA168 || ARCH_BERLIN
	depends on CPU_PXA168 || ARCH_BERLIN || COMPILE_TEST
	select PHYLIB
	---help---
	  This driver supports the pxa168 Ethernet ports.