xref: /linux/drivers/net/ethernet/fujitsu/Kconfig (revision 88f07484ccdf08e58dc462ed1ac7eb2e84d88a17)
15346ebf6SJeff Kirsher#
25346ebf6SJeff Kirsher# Fujitsu Network device configuration
35346ebf6SJeff Kirsher#
45346ebf6SJeff Kirsher
55346ebf6SJeff Kirsherconfig NET_VENDOR_FUJITSU
65346ebf6SJeff Kirsher	bool "Fujitsu devices"
7*88f07484SJeff Kirsher	default y
85346ebf6SJeff Kirsher	depends on ISA || PCMCIA || ((ISA || MCA_LEGACY) && EXPERIMENTAL)
95346ebf6SJeff Kirsher	---help---
105346ebf6SJeff Kirsher	  If you have a network (Ethernet) card belonging to this class, say Y
115346ebf6SJeff Kirsher	  and read the Ethernet-HOWTO, available from
125346ebf6SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
135346ebf6SJeff Kirsher
145346ebf6SJeff Kirsher	  Note that the answer to this question doesn't directly affect the
155346ebf6SJeff Kirsher	  the questions about Fujitsu cards. If you say Y, you will be asked for
165346ebf6SJeff Kirsher	  your specific card in the following questions.
175346ebf6SJeff Kirsher
185346ebf6SJeff Kirsherif NET_VENDOR_FUJITSU
195346ebf6SJeff Kirsher
205346ebf6SJeff Kirsherconfig AT1700
215346ebf6SJeff Kirsher	tristate "AT1700/1720 support (EXPERIMENTAL)"
225346ebf6SJeff Kirsher	depends on (ISA || MCA_LEGACY) && EXPERIMENTAL
235346ebf6SJeff Kirsher	select CRC32
245346ebf6SJeff Kirsher	---help---
255346ebf6SJeff Kirsher	  If you have a network (Ethernet) card of this type, say Y and read
265346ebf6SJeff Kirsher	  the Ethernet-HOWTO, available from
275346ebf6SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
285346ebf6SJeff Kirsher
295346ebf6SJeff Kirsher	  To compile this driver as a module, choose M here. The module
305346ebf6SJeff Kirsher	  will be called at1700.
315346ebf6SJeff Kirsher
325346ebf6SJeff Kirsherconfig PCMCIA_FMVJ18X
335346ebf6SJeff Kirsher	tristate "Fujitsu FMV-J18x PCMCIA support"
345346ebf6SJeff Kirsher	depends on PCMCIA
355346ebf6SJeff Kirsher	select CRC32
365346ebf6SJeff Kirsher	---help---
375346ebf6SJeff Kirsher	  Say Y here if you intend to attach a Fujitsu FMV-J18x or compatible
385346ebf6SJeff Kirsher	  PCMCIA (PC-card) Ethernet card to your computer.
395346ebf6SJeff Kirsher
405346ebf6SJeff Kirsher	  To compile this driver as a module, choose M here: the module will be
415346ebf6SJeff Kirsher	  called fmvj18x_cs.  If unsure, say N.
425346ebf6SJeff Kirsher
435346ebf6SJeff Kirsherconfig ETH16I
445346ebf6SJeff Kirsher	tristate "ICL EtherTeam 16i/32 support"
455346ebf6SJeff Kirsher	depends on ISA
465346ebf6SJeff Kirsher	---help---
475346ebf6SJeff Kirsher	  If you have a network (Ethernet) card of this type, say Y and read
485346ebf6SJeff Kirsher	  the Ethernet-HOWTO, available from
495346ebf6SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
505346ebf6SJeff Kirsher
515346ebf6SJeff Kirsher	  To compile this driver as a module, choose M here. The module
525346ebf6SJeff Kirsher	  will be called eth16i.
535346ebf6SJeff Kirsher
545346ebf6SJeff Kirsherendif # NET_VENDOR_FUJITSU
55