1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 259ffb30fSJeff Kirsher# 359ffb30fSJeff Kirsher# Xircom network device configuration 459ffb30fSJeff Kirsher# 559ffb30fSJeff Kirsher 659ffb30fSJeff Kirsherconfig NET_VENDOR_XIRCOM 759ffb30fSJeff Kirsher bool "Xircom devices" 888f07484SJeff Kirsher default y 959ffb30fSJeff Kirsher depends on PCMCIA 10a7f7f624SMasahiro Yamada help 11138b15edSPaul Gortmaker If you have a network (Ethernet) card belonging to this class, say Y. 1259ffb30fSJeff Kirsher 1359ffb30fSJeff Kirsher Note that the answer to this question doesn't directly affect the 1459ffb30fSJeff Kirsher kernel: saying N will just cause the configurator to skip all 1559ffb30fSJeff Kirsher the questions about Xircom cards. If you say Y, you will be asked for 1659ffb30fSJeff Kirsher your specific card in the following questions. 1759ffb30fSJeff Kirsher 1859ffb30fSJeff Kirsherif NET_VENDOR_XIRCOM 1959ffb30fSJeff Kirsher 2059ffb30fSJeff Kirsherconfig PCMCIA_XIRC2PS 2159ffb30fSJeff Kirsher tristate "Xircom 16-bit PCMCIA support" 22*a29689e6SNiklas Schnelle depends on PCMCIA && HAS_IOPORT 23a7f7f624SMasahiro Yamada help 2459ffb30fSJeff Kirsher Say Y here if you intend to attach a Xircom 16-bit PCMCIA (PC-card) 2559ffb30fSJeff Kirsher Ethernet or Fast Ethernet card to your computer. 2659ffb30fSJeff Kirsher 2759ffb30fSJeff Kirsher To compile this driver as a module, choose M here: the module will be 2859ffb30fSJeff Kirsher called xirc2ps_cs. If unsure, say N. 2959ffb30fSJeff Kirsher 3059ffb30fSJeff Kirsherendif # NET_VENDOR_XIRCOM 31