hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/eisa/Kconfig
....@@ -1,11 +1,32 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # EISA configuration
34 #
5
+
6
+config HAVE_EISA
7
+ bool
8
+
9
+menuconfig EISA
10
+ bool "EISA support"
11
+ depends on HAVE_EISA
12
+ help
13
+ The Extended Industry Standard Architecture (EISA) bus was
14
+ developed as an open alternative to the IBM MicroChannel bus.
15
+
16
+ The EISA bus provided some of the features of the IBM MicroChannel
17
+ bus while maintaining backward compatibility with cards made for
18
+ the older ISA bus. The EISA bus saw limited use between 1988 and
19
+ 1995 when it was made obsolete by the PCI bus.
20
+
21
+ Say Y here if you are building a kernel for an EISA-based machine.
22
+
23
+ Otherwise, say N.
24
+
425 config EISA_VLB_PRIMING
526 bool "Vesa Local Bus priming"
627 depends on X86 && EISA
728 default n
8
- ---help---
29
+ help
930 Activate this option if your system contains a Vesa Local
1031 Bus (VLB) card that identify itself as an EISA card (such as
1132 the Adaptec AHA-284x).
....@@ -16,7 +37,7 @@
1637 bool "Generic PCI/EISA bridge"
1738 depends on !PARISC && PCI && EISA
1839 default y
19
- ---help---
40
+ help
2041 Activate this option if your system contains a PCI to EISA
2142 bridge. If your system have both PCI and EISA slots, you
2243 certainly need this option.
....@@ -30,7 +51,7 @@
3051 bool "EISA virtual root device"
3152 depends on EISA && (ALPHA || X86)
3253 default y
33
- ---help---
54
+ help
3455 Activate this option if your system only have EISA bus
3556 (no PCI slots). The Alpha Jensen is an example of such
3657 a system.
....@@ -41,7 +62,7 @@
4162 bool "EISA device name database"
4263 depends on EISA
4364 default y
44
- ---help---
65
+ help
4566 By default, the kernel contains a database of all known EISA
4667 device names to make the information in sysfs comprehensible
4768 to the user. This database increases size of the kernel
....@@ -53,4 +74,3 @@
5374 names.
5475
5576 When in doubt, say Y.
56
-