Kconfig (e5451c8f8330e03ad3cfa16048b4daf961af434f) | Kconfig (6630a8e5010517cc7f28788137d5cdae2550f346) |
---|---|
1# 2# EISA configuration 3# | 1# 2# EISA configuration 3# |
4 5config HAVE_EISA 6 bool 7 8menuconfig EISA 9 bool "EISA support" 10 depends on HAVE_EISA 11 ---help--- 12 The Extended Industry Standard Architecture (EISA) bus was 13 developed as an open alternative to the IBM MicroChannel bus. 14 15 The EISA bus provided some of the features of the IBM MicroChannel 16 bus while maintaining backward compatibility with cards made for 17 the older ISA bus. The EISA bus saw limited use between 1988 and 18 1995 when it was made obsolete by the PCI bus. 19 20 Say Y here if you are building a kernel for an EISA-based machine. 21 22 Otherwise, say N. 23 |
|
4config EISA_VLB_PRIMING 5 bool "Vesa Local Bus priming" 6 depends on X86 && EISA 7 default n 8 ---help--- 9 Activate this option if your system contains a Vesa Local 10 Bus (VLB) card that identify itself as an EISA card (such as 11 the Adaptec AHA-284x). --- 36 unchanged lines hidden (view full) --- 48 image by about 40KB, but it gets freed after the system 49 boots up, so it doesn't take up kernel memory. Anyway, if 50 you are building an installation floppy or kernel for an 51 embedded system where kernel image size really matters, you 52 can disable this feature and you'll get device ID instead of 53 names. 54 55 When in doubt, say Y. | 24config EISA_VLB_PRIMING 25 bool "Vesa Local Bus priming" 26 depends on X86 && EISA 27 default n 28 ---help--- 29 Activate this option if your system contains a Vesa Local 30 Bus (VLB) card that identify itself as an EISA card (such as 31 the Adaptec AHA-284x). --- 36 unchanged lines hidden (view full) --- 68 image by about 40KB, but it gets freed after the system 69 boots up, so it doesn't take up kernel memory. Anyway, if 70 you are building an installation floppy or kernel for an 71 embedded system where kernel image size really matters, you 72 can disable this feature and you'll get device ID instead of 73 names. 74 75 When in doubt, say Y. |
56 | |