.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | menu "Bus options (PCI, PCMCIA, EISA, GSC, ISA)" |
---|
2 | 3 | |
---|
3 | 4 | config GSC |
---|
4 | 5 | bool "VSC/GSC/HSC bus support" |
---|
| 6 | + select HAVE_EISA |
---|
5 | 7 | default y |
---|
6 | 8 | help |
---|
7 | 9 | The VSC, GSC and HSC busses were used from the earliest 700-series |
---|
.. | .. |
---|
46 | 48 | used), a HIL interface chip and is also known to be used as the |
---|
47 | 49 | GSC bridge for an X.25 GSC card. |
---|
48 | 50 | |
---|
49 | | -config EISA |
---|
50 | | - bool "EISA support" |
---|
51 | | - depends on GSC |
---|
52 | | - help |
---|
53 | | - Say Y here if you have an EISA bus in your machine. This code |
---|
54 | | - supports both the Mongoose & Wax EISA adapters. It is sadly |
---|
55 | | - incomplete and lacks support for card-to-host DMA. |
---|
56 | | - |
---|
57 | | -source "drivers/eisa/Kconfig" |
---|
58 | | - |
---|
59 | 51 | config ISA |
---|
60 | 52 | bool "ISA support" |
---|
61 | 53 | depends on EISA |
---|
62 | 54 | help |
---|
63 | 55 | If you want to plug an ISA card into your EISA bus, say Y here. |
---|
64 | 56 | Most people should say N. |
---|
65 | | - |
---|
66 | | -config PCI |
---|
67 | | - bool "PCI support" |
---|
68 | | - help |
---|
69 | | - All recent HP machines have PCI slots, and you should say Y here |
---|
70 | | - if you have a recent machine. If you are convinced you do not have |
---|
71 | | - PCI slots in your machine (eg a 712), then you may say "N" here. |
---|
72 | | - Beware that some GSC cards have a Dino onboard and PCI inside them, |
---|
73 | | - so it may be safest to say "Y" anyway. |
---|
74 | | - |
---|
75 | | -source "drivers/pci/Kconfig" |
---|
76 | 57 | |
---|
77 | 58 | config GSC_DINO |
---|
78 | 59 | bool "GSCtoPCI/Dino PCI support" |
---|
.. | .. |
---|
102 | 83 | bool |
---|
103 | 84 | depends on PCI_LBA |
---|
104 | 85 | default PCI_LBA |
---|
105 | | - |
---|
106 | | -source "drivers/pcmcia/Kconfig" |
---|
107 | 86 | |
---|
108 | 87 | endmenu |
---|
109 | 88 | |
---|