hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/parisc/Kconfig
....@@ -1,7 +1,9 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 menu "Bus options (PCI, PCMCIA, EISA, GSC, ISA)"
23
34 config GSC
45 bool "VSC/GSC/HSC bus support"
6
+ select HAVE_EISA
57 default y
68 help
79 The VSC, GSC and HSC busses were used from the earliest 700-series
....@@ -46,33 +48,12 @@
4648 used), a HIL interface chip and is also known to be used as the
4749 GSC bridge for an X.25 GSC card.
4850
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
-
5951 config ISA
6052 bool "ISA support"
6153 depends on EISA
6254 help
6355 If you want to plug an ISA card into your EISA bus, say Y here.
6456 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"
7657
7758 config GSC_DINO
7859 bool "GSCtoPCI/Dino PCI support"
....@@ -102,8 +83,6 @@
10283 bool
10384 depends on PCI_LBA
10485 default PCI_LBA
105
-
106
-source "drivers/pcmcia/Kconfig"
10786
10887 endmenu
10988