162306a36Sopenharmony_ci# 262306a36Sopenharmony_ci# LiteX device configuration 362306a36Sopenharmony_ci# 462306a36Sopenharmony_ci 562306a36Sopenharmony_ciconfig NET_VENDOR_LITEX 662306a36Sopenharmony_ci bool "LiteX devices" 762306a36Sopenharmony_ci default y 862306a36Sopenharmony_ci help 962306a36Sopenharmony_ci If you have a network (Ethernet) card belonging to this class, say Y. 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci Note that the answer to this question doesn't directly affect the 1262306a36Sopenharmony_ci kernel: saying N will just cause the configurator to skip all 1362306a36Sopenharmony_ci the questions about LiteX devices. If you say Y, you will be asked 1462306a36Sopenharmony_ci for your specific card in the following questions. 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ciif NET_VENDOR_LITEX 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ciconfig LITEX_LITEETH 1962306a36Sopenharmony_ci tristate "LiteX Ethernet support" 2062306a36Sopenharmony_ci depends on OF && HAS_IOMEM 2162306a36Sopenharmony_ci help 2262306a36Sopenharmony_ci If you wish to compile a kernel for hardware with a LiteX LiteEth 2362306a36Sopenharmony_ci device then you should answer Y to this. 2462306a36Sopenharmony_ci 2562306a36Sopenharmony_ci LiteX is a soft system-on-chip that targets FPGAs. LiteETH is a basic 2662306a36Sopenharmony_ci network device that is commonly used in LiteX designs. 2762306a36Sopenharmony_ci 2862306a36Sopenharmony_ciendif # NET_VENDOR_LITEX 29