162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Fujitsu Network device configuration 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciconfig NET_VENDOR_FUJITSU 762306a36Sopenharmony_ci bool "Fujitsu devices" 862306a36Sopenharmony_ci default y 962306a36Sopenharmony_ci depends on PCMCIA 1062306a36Sopenharmony_ci help 1162306a36Sopenharmony_ci If you have a network (Ethernet) card belonging to this class, say Y. 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci Note that the answer to this question doesn't directly affect the 1462306a36Sopenharmony_ci the questions about Fujitsu cards. If you say Y, you will be asked for 1562306a36Sopenharmony_ci your specific card in the following questions. 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ciif NET_VENDOR_FUJITSU 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_ciconfig PCMCIA_FMVJ18X 2062306a36Sopenharmony_ci tristate "Fujitsu FMV-J18x PCMCIA support" 2162306a36Sopenharmony_ci depends on PCMCIA 2262306a36Sopenharmony_ci select CRC32 2362306a36Sopenharmony_ci help 2462306a36Sopenharmony_ci Say Y here if you intend to attach a Fujitsu FMV-J18x or compatible 2562306a36Sopenharmony_ci PCMCIA (PC-card) Ethernet card to your computer. 2662306a36Sopenharmony_ci 2762306a36Sopenharmony_ci To compile this driver as a module, choose M here: the module will be 2862306a36Sopenharmony_ci called fmvj18x_cs. If unsure, say N. 2962306a36Sopenharmony_ci 3062306a36Sopenharmony_ciendif # NET_VENDOR_FUJITSU 31