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:
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.
|
||||
|
|
Loading…
Reference in New Issue