Kconfig (c74a7469f97c0f40b46e82ee979f9fb1bb6e847c) Kconfig (eb01d42a77785ff96b6e66a2a2e7027fc6d78e4a)
1menu "Bus options (PCI, PCMCIA, EISA, GSC, ISA)"
2
3config GSC
4 bool "VSC/GSC/HSC bus support"
5 default y
6 help
7 The VSC, GSC and HSC busses were used from the earliest 700-series
8 workstations up to and including the C360/J2240 workstations. They

--- 49 unchanged lines hidden (view full) ---

58
59config ISA
60 bool "ISA support"
61 depends on EISA
62 help
63 If you want to plug an ISA card into your EISA bus, say Y here.
64 Most people should say N.
65
1menu "Bus options (PCI, PCMCIA, EISA, GSC, ISA)"
2
3config GSC
4 bool "VSC/GSC/HSC bus support"
5 default y
6 help
7 The VSC, GSC and HSC busses were used from the earliest 700-series
8 workstations up to and including the C360/J2240 workstations. They

--- 49 unchanged lines hidden (view full) ---

58
59config ISA
60 bool "ISA support"
61 depends on EISA
62 help
63 If you want to plug an ISA card into your EISA bus, say Y here.
64 Most people should say N.
65
66config 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
75source "drivers/pci/Kconfig"
76
77config GSC_DINO
78 bool "GSCtoPCI/Dino PCI support"
79 depends on PCI && GSC
80 help
81 Say Y here to support the Dino & Cujo GSC to PCI bridges found in
82 machines from the B132 to the C360, the J2240 and the A180. Some
83 GSC/HSC cards (eg gigabit & dual 100 Mbit Ethernet) have a Dino on
84 the card, and you also need to say Y here if you have such a card.

--- 96 unchanged lines hidden ---
66config GSC_DINO
67 bool "GSCtoPCI/Dino PCI support"
68 depends on PCI && GSC
69 help
70 Say Y here to support the Dino & Cujo GSC to PCI bridges found in
71 machines from the B132 to the C360, the J2240 and the A180. Some
72 GSC/HSC cards (eg gigabit & dual 100 Mbit Ethernet) have a Dino on
73 the card, and you also need to say Y here if you have such a card.

--- 96 unchanged lines hidden ---