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