162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_cimenu "Bus options (PCI, PCMCIA, EISA, GSC, ISA)"
362306a36Sopenharmony_ci
462306a36Sopenharmony_ciconfig GSC
562306a36Sopenharmony_ci	bool "VSC/GSC/HSC bus support"
662306a36Sopenharmony_ci	select HAVE_EISA
762306a36Sopenharmony_ci	select HAS_IOPORT
862306a36Sopenharmony_ci	default y
962306a36Sopenharmony_ci	help
1062306a36Sopenharmony_ci	  The VSC, GSC and HSC busses were used from the earliest 700-series
1162306a36Sopenharmony_ci	  workstations up to and including the C360/J2240 workstations.  They
1262306a36Sopenharmony_ci	  were also used in servers from the E-class to the K-class.  They
1362306a36Sopenharmony_ci	  are not found in B1000, C3000, J5000, A500, L1000, N4000 and upwards.
1462306a36Sopenharmony_ci	  If in doubt, say "Y".
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ciconfig HPPB
1762306a36Sopenharmony_ci	bool "HP-PB bus support"
1862306a36Sopenharmony_ci	depends on GSC
1962306a36Sopenharmony_ci	help
2062306a36Sopenharmony_ci	  The HP-PB bus was used in the Nova class and K-class servers.
2162306a36Sopenharmony_ci	  If in doubt, say "Y"
2262306a36Sopenharmony_ci
2362306a36Sopenharmony_ciconfig IOMMU_CCIO
2462306a36Sopenharmony_ci	bool "U2/Uturn I/O MMU"
2562306a36Sopenharmony_ci	depends on GSC
2662306a36Sopenharmony_ci	help
2762306a36Sopenharmony_ci	  Say Y here to enable DMA management routines for the first
2862306a36Sopenharmony_ci	  generation of PA-RISC cache-coherent machines.  Programs the
2962306a36Sopenharmony_ci	  U2/Uturn chip in "Virtual Mode" and use the I/O MMU.
3062306a36Sopenharmony_ci
3162306a36Sopenharmony_ciconfig GSC_LASI
3262306a36Sopenharmony_ci	bool "Lasi I/O support"
3362306a36Sopenharmony_ci	depends on GSC
3462306a36Sopenharmony_ci	help
3562306a36Sopenharmony_ci	  Say Y here to support the Lasi multifunction chip found in
3662306a36Sopenharmony_ci	  many PA-RISC workstations & servers.	It includes interfaces
3762306a36Sopenharmony_ci	  for a parallel port, serial port, NCR 53c710 SCSI, Apricot
3862306a36Sopenharmony_ci	  Ethernet, Harmony audio, PS/2 keyboard & mouse, ISDN, telephony
3962306a36Sopenharmony_ci	  and floppy.  Note that you must still enable all the individual
4062306a36Sopenharmony_ci	  drivers for these chips.
4162306a36Sopenharmony_ci
4262306a36Sopenharmony_ciconfig GSC_WAX
4362306a36Sopenharmony_ci	bool "Wax I/O support"
4462306a36Sopenharmony_ci	depends on GSC
4562306a36Sopenharmony_ci	help
4662306a36Sopenharmony_ci	  Say Y here to support the Wax multifunction chip found in some
4762306a36Sopenharmony_ci	  older systems, including B/C/D/R class and 715/64, 715/80 and
4862306a36Sopenharmony_ci	  715/100.  Wax includes an EISA adapter, a serial port (not always
4962306a36Sopenharmony_ci	  used), a HIL interface chip and is also known to be used as the
5062306a36Sopenharmony_ci	  GSC bridge for an X.25 GSC card.
5162306a36Sopenharmony_ci
5262306a36Sopenharmony_ciconfig ISA
5362306a36Sopenharmony_ci	bool "ISA support"
5462306a36Sopenharmony_ci	depends on EISA
5562306a36Sopenharmony_ci	help
5662306a36Sopenharmony_ci	  If you want to plug an ISA card into your EISA bus, say Y here.
5762306a36Sopenharmony_ci	  Most people should say N.
5862306a36Sopenharmony_ci
5962306a36Sopenharmony_ciconfig GSC_DINO
6062306a36Sopenharmony_ci	bool "GSCtoPCI/Dino PCI support"
6162306a36Sopenharmony_ci	depends on PCI && GSC
6262306a36Sopenharmony_ci	help
6362306a36Sopenharmony_ci	  Say Y here to support the Dino & Cujo GSC to PCI bridges found in
6462306a36Sopenharmony_ci	  machines from the B132 to the C360, the J2240 and the A180.  Some
6562306a36Sopenharmony_ci	  GSC/HSC cards (eg gigabit & dual 100 Mbit Ethernet) have a Dino on
6662306a36Sopenharmony_ci	  the card, and you also need to say Y here if you have such a card.
6762306a36Sopenharmony_ci	  Note that Dino also supplies one of the serial ports on certain
6862306a36Sopenharmony_ci	  machines.  If in doubt, say Y.
6962306a36Sopenharmony_ci
7062306a36Sopenharmony_ciconfig PCI_LBA
7162306a36Sopenharmony_ci	bool "LBA/Elroy PCI support"
7262306a36Sopenharmony_ci	depends on PCI
7362306a36Sopenharmony_ci	help
7462306a36Sopenharmony_ci	  Say Y here to support the Elroy PCI Lower Bus Adapter.  This is
7562306a36Sopenharmony_ci	  present on B, C, J, L and N-class machines with 4-digit model
7662306a36Sopenharmony_ci	  numbers and the A400/A500.
7762306a36Sopenharmony_ci
7862306a36Sopenharmony_ciconfig IOSAPIC
7962306a36Sopenharmony_ci	bool
8062306a36Sopenharmony_ci	depends on PCI_LBA
8162306a36Sopenharmony_ci	default PCI_LBA
8262306a36Sopenharmony_ci
8362306a36Sopenharmony_ciconfig IOMMU_SBA
8462306a36Sopenharmony_ci	bool
8562306a36Sopenharmony_ci	depends on PCI_LBA
8662306a36Sopenharmony_ci	default PCI_LBA
8762306a36Sopenharmony_ci
8862306a36Sopenharmony_ciendmenu
8962306a36Sopenharmony_ci
9062306a36Sopenharmony_cimenu "PA-RISC specific drivers"
9162306a36Sopenharmony_ci
9262306a36Sopenharmony_ciconfig SUPERIO
9362306a36Sopenharmony_ci	bool "SuperIO (SuckyIO) support"
9462306a36Sopenharmony_ci	depends on PCI_LBA
9562306a36Sopenharmony_ci	default y
9662306a36Sopenharmony_ci	help
9762306a36Sopenharmony_ci	  Say Y here to support the SuperIO chip found in Bxxxx, C3xxx and
9862306a36Sopenharmony_ci	  J5xxx+ machines. This enables IDE, Floppy, Parallel Port, and
9962306a36Sopenharmony_ci	  Serial port on those machines.
10062306a36Sopenharmony_ci
10162306a36Sopenharmony_ciconfig CHASSIS_LCD_LED
10262306a36Sopenharmony_ci	bool "Chassis LCD and LED support"
10362306a36Sopenharmony_ci	depends on LEDS_CLASS=y
10462306a36Sopenharmony_ci	default y
10562306a36Sopenharmony_ci	select LEDS_TRIGGERS
10662306a36Sopenharmony_ci	help
10762306a36Sopenharmony_ci	  Say Y here if you want to enable support for the Heartbeat,
10862306a36Sopenharmony_ci	  Disk/Network activities LEDs on some PA-RISC machines,
10962306a36Sopenharmony_ci	  or support for the LCD that can be found on recent material.
11062306a36Sopenharmony_ci	
11162306a36Sopenharmony_ci	  This has nothing to do with LED State support for A and E class.
11262306a36Sopenharmony_ci	
11362306a36Sopenharmony_ci	  If unsure, say Y.
11462306a36Sopenharmony_ci
11562306a36Sopenharmony_ciconfig PDC_CHASSIS
11662306a36Sopenharmony_ci	bool "PDC chassis state codes support"
11762306a36Sopenharmony_ci	default y
11862306a36Sopenharmony_ci	help
11962306a36Sopenharmony_ci	  Say Y here if you want to enable support for Chassis codes.
12062306a36Sopenharmony_ci	  That includes support for LED State front panel as found on E
12162306a36Sopenharmony_ci	  class, and support for the GSP Virtual Front Panel (LED State and
12262306a36Sopenharmony_ci	  message logging)  as found on high end servers such as A, L and
12362306a36Sopenharmony_ci	  N-class.
12462306a36Sopenharmony_ci	  This driver will also display progress messages on LCD display,
12562306a36Sopenharmony_ci	  such as "INI", "RUN" and "FLT", and might thus clobber messages
12662306a36Sopenharmony_ci	  shown by the LED/LCD driver.
12762306a36Sopenharmony_ci	  This driver updates the state panel (LED and/or LCD) upon system
12862306a36Sopenharmony_ci	  state change (eg: boot, shutdown or panic).
12962306a36Sopenharmony_ci	  
13062306a36Sopenharmony_ci	  If unsure, say Y.
13162306a36Sopenharmony_ci
13262306a36Sopenharmony_ci
13362306a36Sopenharmony_ciconfig PDC_CHASSIS_WARN
13462306a36Sopenharmony_ci	bool "PDC chassis warnings support"
13562306a36Sopenharmony_ci	depends on PROC_FS
13662306a36Sopenharmony_ci	default y
13762306a36Sopenharmony_ci	help
13862306a36Sopenharmony_ci	  Say Y here if you want to enable support for Chassis warnings.
13962306a36Sopenharmony_ci	  This will add a proc entry '/proc/chassis' giving some information
14062306a36Sopenharmony_ci	  about the overall health state of the system.
14162306a36Sopenharmony_ci	  This includes NVRAM battery level, overtemp or failures such as
14262306a36Sopenharmony_ci	  fans or power units.
14362306a36Sopenharmony_ci
14462306a36Sopenharmony_ci	  If unsure, say Y.
14562306a36Sopenharmony_ci
14662306a36Sopenharmony_ci
14762306a36Sopenharmony_ciconfig PDC_STABLE
14862306a36Sopenharmony_ci	tristate "PDC Stable Storage support"
14962306a36Sopenharmony_ci	depends on SYSFS
15062306a36Sopenharmony_ci	default y
15162306a36Sopenharmony_ci	help
15262306a36Sopenharmony_ci	  Say Y here if you want to enable support for accessing Stable Storage
15362306a36Sopenharmony_ci	  variables (PDC non volatile variables such as Primary Boot Path,
15462306a36Sopenharmony_ci	  Console Path, Autoboot, Autosearch, etc) through SysFS.
15562306a36Sopenharmony_ci	
15662306a36Sopenharmony_ci	  If unsure, say Y.
15762306a36Sopenharmony_ci	
15862306a36Sopenharmony_ci	  To compile this driver as a module, choose M here.
15962306a36Sopenharmony_ci	  The module will be called pdc_stable.
16062306a36Sopenharmony_ci
16162306a36Sopenharmony_ciendmenu
162