# SPDX-License-Identifier: GPL-2.0-only # # [31mCONFIG_EISA[0m configuration # config [31mCONFIG_HAVE_EISA[0m bool menuconfig [31mCONFIG_EISA[0m bool "EISA support" depends on [31mCONFIG_HAVE_EISA[0m ---help--- The Extended Industry Standard Architecture ([31mCONFIG_EISA[0m) bus was developed as an open alternative to the IBM MicroChannel bus. The [31mCONFIG_EISA[0m bus provided some of the features of the IBM MicroChannel bus while maintaining backward compatibility with cards made for the older [31mCONFIG_ISA[0m bus. The [31mCONFIG_EISA[0m bus saw limited use between 1988 and 1995 when it was made obsolete by the [31mCONFIG_PCI[0m bus. Say Y here if you are building a kernel for an [31mCONFIG_EISA[0m-based machine. Otherwise, say N. config [31mCONFIG_EISA_VLB_PRIMING[0m bool "Vesa Local Bus priming" depends on [31mCONFIG_X86[0m && [31mCONFIG_EISA[0m default n ---help--- Activate this option if your system contains a Vesa Local Bus (VLB) card that identify itself as an [31mCONFIG_EISA[0m card (such as the Adaptec AHA-284x). When in doubt, say N. config [31mCONFIG_EISA_PCI_EISA[0m bool "Generic PCI/EISA bridge" depends on ![31mCONFIG_PARISC[0m && [31mCONFIG_PCI[0m && [31mCONFIG_EISA[0m default y ---help--- Activate this option if your system contains a [31mCONFIG_PCI[0m to [31mCONFIG_EISA[0m bridge. If your system have both [31mCONFIG_PCI[0m and [31mCONFIG_EISA[0m slots, you certainly need this option. When in doubt, say Y. # Using [31mCONFIG_EISA_VIRTUAL_ROOT[0m on something other than an Alpha or # an [31mCONFIG_X86[0m may lead to crashes... config [31mCONFIG_EISA_VIRTUAL_ROOT[0m bool "EISA virtual root device" depends on [31mCONFIG_EISA[0m && ([31mCONFIG_ALPHA[0m || [31mCONFIG_X86[0m) default y ---help--- Activate this option if your system only have [31mCONFIG_EISA[0m bus (no [31mCONFIG_PCI[0m slots). The Alpha Jensen is an example of such a system. When in doubt, say Y. config [31mCONFIG_EISA_NAMES[0m bool "EISA device name database" depends on [31mCONFIG_EISA[0m default y ---help--- By default, the kernel contains a database of all known [31mCONFIG_EISA[0m device names to make the information in sysfs comprehensible to the user. This database increases size of the kernel image by about 40KB, but it gets freed after the system boots up, so it doesn't take up kernel memory. Anyway, if you are building an installation floppy or kernel for an embedded system where kernel image size really matters, you can disable this feature and you'll get device ID instead of names. When in doubt, say Y. |