Joel Stanley | ee7da21 | 2021-08-26 07:51:06 +0930 | [diff] [blame] | 1 | # |
| 2 | # LiteX device configuration |
| 3 | # |
| 4 | |
| 5 | config 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 | |
| 16 | if NET_VENDOR_LITEX |
| 17 | |
| 18 | config LITEX_LITEETH |
| 19 | tristate "LiteX Ethernet support" |
Cai Huoqing | 2427f03 | 2022-02-08 09:33:08 +0800 | [diff] [blame] | 20 | depends on OF && HAS_IOMEM |
Joel Stanley | ee7da21 | 2021-08-26 07:51:06 +0930 | [diff] [blame] | 21 | 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 | |
| 28 | endif # NET_VENDOR_LITEX |