xref: /openbmc/linux/drivers/net/ethernet/litex/Kconfig (revision f510d646)
1ee7da21aSJoel Stanley#
2ee7da21aSJoel Stanley# LiteX device configuration
3ee7da21aSJoel Stanley#
4ee7da21aSJoel Stanley
5ee7da21aSJoel Stanleyconfig NET_VENDOR_LITEX
6ee7da21aSJoel Stanley	bool "LiteX devices"
7ee7da21aSJoel Stanley	default y
8ee7da21aSJoel Stanley	help
9ee7da21aSJoel Stanley	  If you have a network (Ethernet) card belonging to this class, say Y.
10ee7da21aSJoel Stanley
11ee7da21aSJoel Stanley	  Note that the answer to this question doesn't directly affect the
12ee7da21aSJoel Stanley	  kernel: saying N will just cause the configurator to skip all
13ee7da21aSJoel Stanley	  the questions about LiteX devices. If you say Y, you will be asked
14ee7da21aSJoel Stanley	  for your specific card in the following questions.
15ee7da21aSJoel Stanley
16ee7da21aSJoel Stanleyif NET_VENDOR_LITEX
17ee7da21aSJoel Stanley
18ee7da21aSJoel Stanleyconfig LITEX_LITEETH
19ee7da21aSJoel Stanley	tristate "LiteX Ethernet support"
20*f510d646SCai Huoqing	depends on OF && HAS_IOMEM
21ee7da21aSJoel Stanley	help
22ee7da21aSJoel Stanley	  If you wish to compile a kernel for hardware with a LiteX LiteEth
23ee7da21aSJoel Stanley	  device then you should answer Y to this.
24ee7da21aSJoel Stanley
25ee7da21aSJoel Stanley	  LiteX is a soft system-on-chip that targets FPGAs. LiteETH is a basic
26ee7da21aSJoel Stanley	  network device that is commonly used in LiteX designs.
27ee7da21aSJoel Stanley
28ee7da21aSJoel Stanleyendif # NET_VENDOR_LITEX
29