Jeff Kirsher | 5346ebf | 2011-06-11 01:13:22 -0700 | [diff] [blame^] | 1 | # |
| 2 | # Fujitsu Network device configuration |
| 3 | # |
| 4 | |
| 5 | config NET_VENDOR_FUJITSU |
| 6 | bool "Fujitsu devices" |
| 7 | depends on ISA || PCMCIA || ((ISA || MCA_LEGACY) && EXPERIMENTAL) |
| 8 | ---help--- |
| 9 | If you have a network (Ethernet) card belonging to this class, say Y |
| 10 | and read the Ethernet-HOWTO, available from |
| 11 | <http://www.tldp.org/docs.html#howto>. |
| 12 | |
| 13 | Note that the answer to this question doesn't directly affect the |
| 14 | the questions about Fujitsu cards. If you say Y, you will be asked for |
| 15 | your specific card in the following questions. |
| 16 | |
| 17 | if NET_VENDOR_FUJITSU |
| 18 | |
| 19 | config AT1700 |
| 20 | tristate "AT1700/1720 support (EXPERIMENTAL)" |
| 21 | depends on (ISA || MCA_LEGACY) && EXPERIMENTAL |
| 22 | select CRC32 |
| 23 | ---help--- |
| 24 | If you have a network (Ethernet) card of this type, say Y and read |
| 25 | the Ethernet-HOWTO, available from |
| 26 | <http://www.tldp.org/docs.html#howto>. |
| 27 | |
| 28 | To compile this driver as a module, choose M here. The module |
| 29 | will be called at1700. |
| 30 | |
| 31 | config PCMCIA_FMVJ18X |
| 32 | tristate "Fujitsu FMV-J18x PCMCIA support" |
| 33 | depends on PCMCIA |
| 34 | select CRC32 |
| 35 | ---help--- |
| 36 | Say Y here if you intend to attach a Fujitsu FMV-J18x or compatible |
| 37 | PCMCIA (PC-card) Ethernet card to your computer. |
| 38 | |
| 39 | To compile this driver as a module, choose M here: the module will be |
| 40 | called fmvj18x_cs. If unsure, say N. |
| 41 | |
| 42 | config ETH16I |
| 43 | tristate "ICL EtherTeam 16i/32 support" |
| 44 | depends on ISA |
| 45 | ---help--- |
| 46 | If you have a network (Ethernet) card of this type, say Y and read |
| 47 | the Ethernet-HOWTO, available from |
| 48 | <http://www.tldp.org/docs.html#howto>. |
| 49 | |
| 50 | To compile this driver as a module, choose M here. The module |
| 51 | will be called eth16i. |
| 52 | |
| 53 | endif # NET_VENDOR_FUJITSU |