Jeff Kirsher | 57d0b7a | 2011-07-16 23:50:52 -0700 | [diff] [blame] | 1 | # |
| 2 | # Cirrus network device configuration |
| 3 | # |
| 4 | |
| 5 | config NET_VENDOR_CIRRUS |
| 6 | bool "Cirrus devices" |
Jeff Kirsher | 88f0748 | 2011-08-23 01:29:52 -0700 | [diff] [blame] | 7 | default y |
Jaccon Bastiaansen | e9460a9 | 2012-01-26 21:46:15 +0100 | [diff] [blame] | 8 | depends on ISA || EISA || ARM || MAC |
Jeff Kirsher | 57d0b7a | 2011-07-16 23:50:52 -0700 | [diff] [blame] | 9 | ---help--- |
| 10 | If you have a network (Ethernet) card belonging to this class, say Y |
| 11 | and read the Ethernet-HOWTO, available from |
| 12 | <http://www.tldp.org/docs.html#howto>. |
| 13 | |
| 14 | Note that the answer to this question doesn't directly affect the |
| 15 | kernel: saying N will just cause the configurator to skip all |
| 16 | the questions about Cirrus cards. If you say Y, you will be asked |
| 17 | for your specific card in the following questions. |
| 18 | |
| 19 | if NET_VENDOR_CIRRUS |
| 20 | |
Jeff Kirsher | b340a20 | 2011-10-07 22:07:44 +0000 | [diff] [blame] | 21 | config CS89x0 |
| 22 | tristate "CS89x0 support" |
Jaccon Bastiaansen | e9460a9 | 2012-01-26 21:46:15 +0100 | [diff] [blame] | 23 | depends on ISA || EISA || ARM |
Jeff Kirsher | b340a20 | 2011-10-07 22:07:44 +0000 | [diff] [blame] | 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 |
| 27 | Ethernet-HOWTO, available from |
| 28 | <http://www.tldp.org/docs.html#howto> as well as |
| 29 | <file:Documentation/networking/cs89x0.txt>. |
| 30 | |
| 31 | To compile this driver as a module, choose M here. The module |
| 32 | will be called cs89x0. |
| 33 | |
Jaccon Bastiaansen | e9460a9 | 2012-01-26 21:46:15 +0100 | [diff] [blame] | 34 | config CS89x0_PLATFORM |
| 35 | bool "CS89x0 platform driver support" |
| 36 | depends on CS89x0 |
| 37 | help |
| 38 | Say Y to compile the cs89x0 driver as a platform driver. This |
| 39 | makes this driver suitable for use on certain evaluation boards |
| 40 | such as the iMX21ADS. |
| 41 | |
| 42 | If you are unsure, say N. |
Jeff Kirsher | b340a20 | 2011-10-07 22:07:44 +0000 | [diff] [blame] | 43 | |
Jeff Kirsher | 57d0b7a | 2011-07-16 23:50:52 -0700 | [diff] [blame] | 44 | config EP93XX_ETH |
| 45 | tristate "EP93xx Ethernet support" |
| 46 | depends on ARM && ARCH_EP93XX |
Jeff Kirsher | aaba215 | 2011-09-14 21:23:14 +0000 | [diff] [blame] | 47 | select NET_CORE |
Jeff Kirsher | 57d0b7a | 2011-07-16 23:50:52 -0700 | [diff] [blame] | 48 | select MII |
| 49 | help |
| 50 | This is a driver for the ethernet hardware included in EP93xx CPUs. |
| 51 | Say Y if you are building a kernel for EP93xx based devices. |
| 52 | |
Geert Uytterhoeven | 0a3360e | 2011-10-29 08:09:01 +0000 | [diff] [blame] | 53 | config MAC89x0 |
| 54 | tristate "Macintosh CS89x0 based ethernet cards" |
| 55 | depends on MAC |
| 56 | ---help--- |
| 57 | Support for CS89x0 chipset based Ethernet cards. If you have a |
| 58 | Nubus or LC-PDS network (Ethernet) card of this type, say Y and |
| 59 | read the Ethernet-HOWTO, available from |
| 60 | <http://www.tldp.org/docs.html#howto>. |
| 61 | |
| 62 | To compile this driver as a module, choose M here. This module will |
| 63 | be called mac89x0. |
| 64 | |
Jeff Kirsher | 57d0b7a | 2011-07-16 23:50:52 -0700 | [diff] [blame] | 65 | endif # NET_VENDOR_CIRRUS |