29 lines · plain
1#2# LiteX device configuration3#4 5config NET_VENDOR_LITEX6 bool "LiteX devices"7 default y8 help9 If you have a network (Ethernet) card belonging to this class, say Y.10 11 Note that the answer to this question doesn't directly affect the12 kernel: saying N will just cause the configurator to skip all13 the questions about LiteX devices. If you say Y, you will be asked14 for your specific card in the following questions.15 16if NET_VENDOR_LITEX17 18config LITEX_LITEETH19 tristate "LiteX Ethernet support"20 depends on OF && HAS_IOMEM21 help22 If you wish to compile a kernel for hardware with a LiteX LiteEth23 device then you should answer Y to this.24 25 LiteX is a soft system-on-chip that targets FPGAs. LiteETH is a basic26 network device that is commonly used in LiteX designs.27 28endif # NET_VENDOR_LITEX29