Kconfig (8fb71ef9b91d6c89b22ea9430c231e988d88f688) | Kconfig (6630a8e5010517cc7f28788137d5cdae2550f346) |
---|---|
1menu "Bus options (PCI, PCMCIA, EISA, GSC, ISA)" 2 3config GSC 4 bool "VSC/GSC/HSC bus support" | 1menu "Bus options (PCI, PCMCIA, EISA, GSC, ISA)" 2 3config GSC 4 bool "VSC/GSC/HSC bus support" |
5 select HAVE_EISA |
|
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 9 were also used in servers from the E-class to the K-class. They 10 are not found in B1000, C3000, J5000, A500, L1000, N4000 and upwards. 11 If in doubt, say "Y". 12 --- 28 unchanged lines hidden (view full) --- 41 depends on GSC 42 help 43 Say Y here to support the Wax multifunction chip found in some 44 older systems, including B/C/D/R class and 715/64, 715/80 and 45 715/100. Wax includes an EISA adapter, a serial port (not always 46 used), a HIL interface chip and is also known to be used as the 47 GSC bridge for an X.25 GSC card. 48 | 6 default y 7 help 8 The VSC, GSC and HSC busses were used from the earliest 700-series 9 workstations up to and including the C360/J2240 workstations. They 10 were also used in servers from the E-class to the K-class. They 11 are not found in B1000, C3000, J5000, A500, L1000, N4000 and upwards. 12 If in doubt, say "Y". 13 --- 28 unchanged lines hidden (view full) --- 42 depends on GSC 43 help 44 Say Y here to support the Wax multifunction chip found in some 45 older systems, including B/C/D/R class and 715/64, 715/80 and 46 715/100. Wax includes an EISA adapter, a serial port (not always 47 used), a HIL interface chip and is also known to be used as the 48 GSC bridge for an X.25 GSC card. 49 |
49config 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 57source "drivers/eisa/Kconfig" 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 GSC_DINO --- 101 unchanged lines hidden --- | 50config ISA 51 bool "ISA support" 52 depends on EISA 53 help 54 If you want to plug an ISA card into your EISA bus, say Y here. 55 Most people should say N. 56 57config GSC_DINO --- 101 unchanged lines hidden --- |