mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 11:01:06 -04:00
drivers: net: xilinx_emaclite: Add COMPILE_TEST support
To improve build testing of this driver, add COMPILE_TEST support. Acked-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
eccd540381
commit
03dfd15767
@@ -18,7 +18,7 @@ if NET_VENDOR_XILINX
|
||||
|
||||
config XILINX_EMACLITE
|
||||
tristate "Xilinx 10/100 Ethernet Lite support"
|
||||
depends on PPC32 || MICROBLAZE || ARCH_ZYNQ || MIPS
|
||||
depends on PPC32 || MICROBLAZE || ARCH_ZYNQ || MIPS || COMPILE_TEST
|
||||
select PHYLIB
|
||||
help
|
||||
This driver supports the 10/100 Ethernet Lite from Xilinx.
|
||||
|
||||
Reference in New Issue
Block a user