Kconfig (4b4193256c8d3bc3a5397b5cd9494c2ad386317d) | Kconfig (a29689e60ed3e65463d6462390caad669d08a6b7) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Arcnet configuration 4# 5 6menuconfig ARCNET | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Arcnet configuration 4# 5 6menuconfig ARCNET |
7 depends on NETDEVICES && (ISA || PCI || PCMCIA) | 7 depends on NETDEVICES && (ISA || PCI || PCMCIA) && HAS_IOPORT |
8 tristate "ARCnet support" 9 help 10 If you have a network card of this type, say Y and check out the 11 (arguably) beautiful poetry in 12 <file:Documentation/networking/arcnet.rst>. 13 14 You need both this driver, and the driver for the particular ARCnet 15 chipset of your card. If you don't know, then it's probably a --- 119 unchanged lines hidden --- | 8 tristate "ARCnet support" 9 help 10 If you have a network card of this type, say Y and check out the 11 (arguably) beautiful poetry in 12 <file:Documentation/networking/arcnet.rst>. 13 14 You need both this driver, and the driver for the particular ARCnet 15 chipset of your card. If you don't know, then it's probably a --- 119 unchanged lines hidden --- |