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