Kyle Swenson | 8d8f654 | 2021-03-15 11:02:55 -0600 | [diff] [blame^] | 1 | # |
| 2 | # Cirrus network device configuration |
| 3 | # |
| 4 | |
| 5 | config NET_VENDOR_CIRRUS |
| 6 | bool "Cirrus devices" |
| 7 | default y |
| 8 | depends on ISA || EISA || ARM || MAC |
| 9 | ---help--- |
| 10 | If you have a network (Ethernet) card belonging to this class, say Y. |
| 11 | |
| 12 | Note that the answer to this question doesn't directly affect the |
| 13 | kernel: saying N will just cause the configurator to skip all |
| 14 | the questions about Cirrus cards. If you say Y, you will be asked |
| 15 | for your specific card in the following questions. |
| 16 | |
| 17 | if NET_VENDOR_CIRRUS |
| 18 | |
| 19 | config CS89x0 |
| 20 | tristate "CS89x0 support" |
| 21 | depends on ISA || EISA || ARM |
| 22 | ---help--- |
| 23 | Support for CS89x0 chipset based Ethernet cards. If you have a |
| 24 | network (Ethernet) card of this type, say Y and read the file |
| 25 | <file:Documentation/networking/cs89x0.txt>. |
| 26 | |
| 27 | To compile this driver as a module, choose M here. The module |
| 28 | will be called cs89x0. |
| 29 | |
| 30 | config CS89x0_PLATFORM |
| 31 | bool "CS89x0 platform driver support" if HAS_IOPORT_MAP |
| 32 | default !HAS_IOPORT_MAP |
| 33 | depends on CS89x0 |
| 34 | help |
| 35 | Say Y to compile the cs89x0 driver as a platform driver. This |
| 36 | makes this driver suitable for use on certain evaluation boards |
| 37 | such as the iMX21ADS. |
| 38 | |
| 39 | If you are unsure, say N. |
| 40 | |
| 41 | config EP93XX_ETH |
| 42 | tristate "EP93xx Ethernet support" |
| 43 | depends on ARM && ARCH_EP93XX |
| 44 | select MII |
| 45 | help |
| 46 | This is a driver for the ethernet hardware included in EP93xx CPUs. |
| 47 | Say Y if you are building a kernel for EP93xx based devices. |
| 48 | |
| 49 | config MAC89x0 |
| 50 | tristate "Macintosh CS89x0 based ethernet cards" |
| 51 | depends on MAC |
| 52 | ---help--- |
| 53 | Support for CS89x0 chipset based Ethernet cards. If you have a |
| 54 | Nubus or LC-PDS network (Ethernet) card of this type, say Y here. |
| 55 | |
| 56 | To compile this driver as a module, choose M here. This module will |
| 57 | be called mac89x0. |
| 58 | |
| 59 | endif # NET_VENDOR_CIRRUS |