Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Fujitsu Network device configuration
0004 #
0005 
0006 config NET_VENDOR_FUJITSU
0007         bool "Fujitsu devices"
0008         default y
0009         depends on PCMCIA
0010         help
0011           If you have a network (Ethernet) card belonging to this class, say Y.
0012 
0013           Note that the answer to this question doesn't directly affect the
0014           the questions about Fujitsu cards. If you say Y, you will be asked for
0015           your specific card in the following questions.
0016 
0017 if NET_VENDOR_FUJITSU
0018 
0019 config PCMCIA_FMVJ18X
0020         tristate "Fujitsu FMV-J18x PCMCIA support"
0021         depends on PCMCIA
0022         select CRC32
0023         help
0024           Say Y here if you intend to attach a Fujitsu FMV-J18x or compatible
0025           PCMCIA (PC-card) Ethernet card to your computer.
0026 
0027           To compile this driver as a module, choose M here: the module will be
0028           called fmvj18x_cs.  If unsure, say N.
0029 
0030 endif # NET_VENDOR_FUJITSU