Skip to content

Commit

Permalink
net: pxa168_eth: allow to compile the pxa168_eth driver for tests
Browse files Browse the repository at this point in the history
Add a dependency to COMPILE_TEST so that the driver can be compiled for
test purposes.

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 0fdccfc commit a140fcb
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 || ARCH_BERLIN
depends on CPU_PXA168 || ARCH_BERLIN || COMPILE_TEST
select PHYLIB
---help---
This driver supports the pxa168 Ethernet ports.
Expand Down

0 comments on commit a140fcb

Please sign in to comment.