Merge with Linux 2.5.59.
[linux-2.6/linux-mips.git] / drivers / parisc / Kconfig
blob3a6f314ddaeabc9e6a919f081af3e6a3df922d99
1 menu "Bus options (PCI, PCMCIA, EISA, GSC, ISA)"
3 config 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
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".
13 config HPPB
14         bool "HP-PB bus support"
15         depends on GSC
16         help
17           The HP-PB bus was used in the Nova class and K-class servers.
18           If in doubt, say "Y"
20 config IOMMU_CCIO
21         bool "U2/Uturn I/O MMU"
22         depends on GSC
23         help
24           Say Y here to enable DMA management routines for the first
25           generation of PA-RISC cache-coherent machines.  Programs the
26           U2/Uturn chip in "Virtual Mode" and use the I/O MMU.
28 config GSC_LASI
29         bool "Lasi I/O support"
30         depends on GSC
31         help
32           Say Y here to support the Lasi multifunction chip found in
33           many PA-RISC workstations & servers.  It includes interfaces
34           for a parallel port, serial port, NCR 53c710 SCSI, Apricot
35           Ethernet, Harmony audio, PS/2 keyboard & mouse, ISDN, telephony
36           and floppy.  Note that you must still enable all the individual
37           drivers for these chips.
39 config GSC_WAX
40         bool "Wax I/O support"
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.
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.
57 source "drivers/eisa/Kconfig"
59 config ISA
60         bool
61         depends on EISA
63 config PCI
64         bool "PCI support"
65         help
66           All recent HP machines have PCI slots, and you should say Y here
67           if you have a recent machine.  If you are convinced you do not have
68           PCI slots in your machine (eg a 712), then you may say "N" here.
69           Beware that some GSC cards have a Dino onboard and PCI inside them,
70           so it may be safest to say "Y" anyway.
72 source "drivers/pci/Kconfig"
74 config GSC_DINO
75         bool "GSCtoPCI/Dino PCI support"
76         depends on PCI && GSC
77         help
78           Say Y here to support the Dino & Cujo GSC to PCI bridges found in
79           machines from the B132 to the C360, the J2240 and the A180.  Some
80           GSC/HSC cards (eg gigabit & dual 100 Mbit Ethernet) have a Dino on
81           the card, and you also need to say Y here if you have such a card.
82           Note that Dino also supplies one of the serial ports on certain
83           machines.  If in doubt, say Y.
85 config PCI_LBA
86         bool "LBA/Elroy PCI support"
87         depends on PCI
88         help
89           Say Y here to support the Elroy PCI Lower Bus Adapter.  This is
90           present on B, C, J, L and N-class machines with 4-digit model
91           numbers and the A400/A500.
93 config IOSAPIC
94         bool
95         depends on PCI_LBA
96         default PCI_LBA
98 config IOMMU_SBA
99         bool
100         depends on PCI_LBA
101         default PCI_LBA
103 #config PCI_EPIC
104 #       bool "EPIC/SAGA PCI support"
105 #       depends on PCI
107 config SUPERIO
108         bool "SuperIO (SuckyIO) support"
109         depends on PCI
110         default y
111         help
112           Say Y here to support the SuperIO chip found in Bxxxx, C3xxx and
113           J5xxx+ machines. This enables IDE, Floppy, Parallel Port, and
114           Serial port on those machines.
116 config CHASSIS_LCD_LED
117         bool "Chassis LCD and LED support"
118         default y
119         help
120           Say Y here if you want to enable support for the Heartbeat,
121           Disk/Network activities LEDs on some PA-RISC machines,
122           or support for the LCD that can be found on recent material.
123         
124           This has nothing to do with LED State support for A, J and E class.
125         
126           If unsure, say Y.
128 endmenu