blob: 04345b929d8e5805cb7ab39660cfa908695ff5db [file] [log] [blame]
Joel Stanleyee7da212021-08-26 07:51:06 +09301#
2# LiteX device configuration
3#
4
5config NET_VENDOR_LITEX
6 bool "LiteX devices"
7 default y
8 help
9 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 the
12 kernel: saying N will just cause the configurator to skip all
13 the questions about LiteX devices. If you say Y, you will be asked
14 for your specific card in the following questions.
15
16if NET_VENDOR_LITEX
17
18config LITEX_LITEETH
19 tristate "LiteX Ethernet support"
Cai Huoqing2427f032022-02-08 09:33:08 +080020 depends on OF && HAS_IOMEM
Joel Stanleyee7da212021-08-26 07:51:06 +093021 help
22 If you wish to compile a kernel for hardware with a LiteX LiteEth
23 device then you should answer Y to this.
24
25 LiteX is a soft system-on-chip that targets FPGAs. LiteETH is a basic
26 network device that is commonly used in LiteX designs.
27
28endif # NET_VENDOR_LITEX