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