18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_cimenu "Bus options (PCI, PCMCIA, EISA, GSC, ISA)"
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciconfig GSC
58c2ecf20Sopenharmony_ci	bool "VSC/GSC/HSC bus support"
68c2ecf20Sopenharmony_ci	select HAVE_EISA
78c2ecf20Sopenharmony_ci	default y
88c2ecf20Sopenharmony_ci	help
98c2ecf20Sopenharmony_ci	  The VSC, GSC and HSC busses were used from the earliest 700-series
108c2ecf20Sopenharmony_ci	  workstations up to and including the C360/J2240 workstations.  They
118c2ecf20Sopenharmony_ci	  were also used in servers from the E-class to the K-class.  They
128c2ecf20Sopenharmony_ci	  are not found in B1000, C3000, J5000, A500, L1000, N4000 and upwards.
138c2ecf20Sopenharmony_ci	  If in doubt, say "Y".
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ciconfig HPPB
168c2ecf20Sopenharmony_ci	bool "HP-PB bus support"
178c2ecf20Sopenharmony_ci	depends on GSC
188c2ecf20Sopenharmony_ci	help
198c2ecf20Sopenharmony_ci	  The HP-PB bus was used in the Nova class and K-class servers.
208c2ecf20Sopenharmony_ci	  If in doubt, say "Y"
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ciconfig IOMMU_CCIO
238c2ecf20Sopenharmony_ci	bool "U2/Uturn I/O MMU"
248c2ecf20Sopenharmony_ci	depends on GSC
258c2ecf20Sopenharmony_ci	help
268c2ecf20Sopenharmony_ci	  Say Y here to enable DMA management routines for the first
278c2ecf20Sopenharmony_ci	  generation of PA-RISC cache-coherent machines.  Programs the
288c2ecf20Sopenharmony_ci	  U2/Uturn chip in "Virtual Mode" and use the I/O MMU.
298c2ecf20Sopenharmony_ci
308c2ecf20Sopenharmony_ciconfig GSC_LASI
318c2ecf20Sopenharmony_ci	bool "Lasi I/O support"
328c2ecf20Sopenharmony_ci	depends on GSC
338c2ecf20Sopenharmony_ci	help
348c2ecf20Sopenharmony_ci	  Say Y here to support the Lasi multifunction chip found in
358c2ecf20Sopenharmony_ci	  many PA-RISC workstations & servers.	It includes interfaces
368c2ecf20Sopenharmony_ci	  for a parallel port, serial port, NCR 53c710 SCSI, Apricot
378c2ecf20Sopenharmony_ci	  Ethernet, Harmony audio, PS/2 keyboard & mouse, ISDN, telephony
388c2ecf20Sopenharmony_ci	  and floppy.  Note that you must still enable all the individual
398c2ecf20Sopenharmony_ci	  drivers for these chips.
408c2ecf20Sopenharmony_ci
418c2ecf20Sopenharmony_ciconfig GSC_WAX
428c2ecf20Sopenharmony_ci	bool "Wax I/O support"
438c2ecf20Sopenharmony_ci	depends on GSC
448c2ecf20Sopenharmony_ci	help
458c2ecf20Sopenharmony_ci	  Say Y here to support the Wax multifunction chip found in some
468c2ecf20Sopenharmony_ci	  older systems, including B/C/D/R class and 715/64, 715/80 and
478c2ecf20Sopenharmony_ci	  715/100.  Wax includes an EISA adapter, a serial port (not always
488c2ecf20Sopenharmony_ci	  used), a HIL interface chip and is also known to be used as the
498c2ecf20Sopenharmony_ci	  GSC bridge for an X.25 GSC card.
508c2ecf20Sopenharmony_ci
518c2ecf20Sopenharmony_ciconfig ISA
528c2ecf20Sopenharmony_ci	bool "ISA support"
538c2ecf20Sopenharmony_ci	depends on EISA
548c2ecf20Sopenharmony_ci	help
558c2ecf20Sopenharmony_ci	  If you want to plug an ISA card into your EISA bus, say Y here.
568c2ecf20Sopenharmony_ci	  Most people should say N.
578c2ecf20Sopenharmony_ci
588c2ecf20Sopenharmony_ciconfig GSC_DINO
598c2ecf20Sopenharmony_ci	bool "GSCtoPCI/Dino PCI support"
608c2ecf20Sopenharmony_ci	depends on PCI && GSC
618c2ecf20Sopenharmony_ci	help
628c2ecf20Sopenharmony_ci	  Say Y here to support the Dino & Cujo GSC to PCI bridges found in
638c2ecf20Sopenharmony_ci	  machines from the B132 to the C360, the J2240 and the A180.  Some
648c2ecf20Sopenharmony_ci	  GSC/HSC cards (eg gigabit & dual 100 Mbit Ethernet) have a Dino on
658c2ecf20Sopenharmony_ci	  the card, and you also need to say Y here if you have such a card.
668c2ecf20Sopenharmony_ci	  Note that Dino also supplies one of the serial ports on certain
678c2ecf20Sopenharmony_ci	  machines.  If in doubt, say Y.
688c2ecf20Sopenharmony_ci
698c2ecf20Sopenharmony_ciconfig PCI_LBA
708c2ecf20Sopenharmony_ci	bool "LBA/Elroy PCI support"
718c2ecf20Sopenharmony_ci	depends on PCI
728c2ecf20Sopenharmony_ci	help
738c2ecf20Sopenharmony_ci	  Say Y here to support the Elroy PCI Lower Bus Adapter.  This is
748c2ecf20Sopenharmony_ci	  present on B, C, J, L and N-class machines with 4-digit model
758c2ecf20Sopenharmony_ci	  numbers and the A400/A500.
768c2ecf20Sopenharmony_ci
778c2ecf20Sopenharmony_ciconfig IOSAPIC
788c2ecf20Sopenharmony_ci	bool
798c2ecf20Sopenharmony_ci	depends on PCI_LBA
808c2ecf20Sopenharmony_ci	default PCI_LBA
818c2ecf20Sopenharmony_ci
828c2ecf20Sopenharmony_ciconfig IOMMU_SBA
838c2ecf20Sopenharmony_ci	bool
848c2ecf20Sopenharmony_ci	depends on PCI_LBA
858c2ecf20Sopenharmony_ci	default PCI_LBA
868c2ecf20Sopenharmony_ci
878c2ecf20Sopenharmony_ciendmenu
888c2ecf20Sopenharmony_ci
898c2ecf20Sopenharmony_cimenu "PA-RISC specific drivers"
908c2ecf20Sopenharmony_ci
918c2ecf20Sopenharmony_ciconfig SUPERIO
928c2ecf20Sopenharmony_ci	bool "SuperIO (SuckyIO) support"
938c2ecf20Sopenharmony_ci	depends on PCI_LBA
948c2ecf20Sopenharmony_ci	default y
958c2ecf20Sopenharmony_ci	help
968c2ecf20Sopenharmony_ci	  Say Y here to support the SuperIO chip found in Bxxxx, C3xxx and
978c2ecf20Sopenharmony_ci	  J5xxx+ machines. This enables IDE, Floppy, Parallel Port, and
988c2ecf20Sopenharmony_ci	  Serial port on those machines.
998c2ecf20Sopenharmony_ci
1008c2ecf20Sopenharmony_ciconfig CHASSIS_LCD_LED
1018c2ecf20Sopenharmony_ci	bool "Chassis LCD and LED support"
1028c2ecf20Sopenharmony_ci	default y
1038c2ecf20Sopenharmony_ci	select VM_EVENT_COUNTERS
1048c2ecf20Sopenharmony_ci	help
1058c2ecf20Sopenharmony_ci	  Say Y here if you want to enable support for the Heartbeat,
1068c2ecf20Sopenharmony_ci	  Disk/Network activities LEDs on some PA-RISC machines,
1078c2ecf20Sopenharmony_ci	  or support for the LCD that can be found on recent material.
1088c2ecf20Sopenharmony_ci	
1098c2ecf20Sopenharmony_ci	  This has nothing to do with LED State support for A and E class.
1108c2ecf20Sopenharmony_ci	
1118c2ecf20Sopenharmony_ci	  If unsure, say Y.
1128c2ecf20Sopenharmony_ci
1138c2ecf20Sopenharmony_ciconfig PDC_CHASSIS
1148c2ecf20Sopenharmony_ci	bool "PDC chassis state codes support"
1158c2ecf20Sopenharmony_ci	default y
1168c2ecf20Sopenharmony_ci	help
1178c2ecf20Sopenharmony_ci	  Say Y here if you want to enable support for Chassis codes.
1188c2ecf20Sopenharmony_ci	  That includes support for LED State front panel as found on E
1198c2ecf20Sopenharmony_ci	  class, and support for the GSP Virtual Front Panel (LED State and
1208c2ecf20Sopenharmony_ci	  message logging)  as found on high end servers such as A, L and
1218c2ecf20Sopenharmony_ci	  N-class.
1228c2ecf20Sopenharmony_ci	  This driver will also display progress messages on LCD display,
1238c2ecf20Sopenharmony_ci	  such as "INI", "RUN" and "FLT", and might thus clobber messages
1248c2ecf20Sopenharmony_ci	  shown by the LED/LCD driver.
1258c2ecf20Sopenharmony_ci	  This driver updates the state panel (LED and/or LCD) upon system
1268c2ecf20Sopenharmony_ci	  state change (eg: boot, shutdown or panic).
1278c2ecf20Sopenharmony_ci	  
1288c2ecf20Sopenharmony_ci	  If unsure, say Y.
1298c2ecf20Sopenharmony_ci
1308c2ecf20Sopenharmony_ci
1318c2ecf20Sopenharmony_ciconfig PDC_CHASSIS_WARN
1328c2ecf20Sopenharmony_ci	bool "PDC chassis warnings support"
1338c2ecf20Sopenharmony_ci	depends on PROC_FS
1348c2ecf20Sopenharmony_ci	default y
1358c2ecf20Sopenharmony_ci	help
1368c2ecf20Sopenharmony_ci	  Say Y here if you want to enable support for Chassis warnings.
1378c2ecf20Sopenharmony_ci	  This will add a proc entry '/proc/chassis' giving some information
1388c2ecf20Sopenharmony_ci	  about the overall health state of the system.
1398c2ecf20Sopenharmony_ci	  This includes NVRAM battery level, overtemp or failures such as
1408c2ecf20Sopenharmony_ci	  fans or power units.
1418c2ecf20Sopenharmony_ci
1428c2ecf20Sopenharmony_ci	  If unsure, say Y.
1438c2ecf20Sopenharmony_ci
1448c2ecf20Sopenharmony_ci
1458c2ecf20Sopenharmony_ciconfig PDC_STABLE
1468c2ecf20Sopenharmony_ci	tristate "PDC Stable Storage support"
1478c2ecf20Sopenharmony_ci	depends on SYSFS
1488c2ecf20Sopenharmony_ci	default y
1498c2ecf20Sopenharmony_ci	help
1508c2ecf20Sopenharmony_ci	  Say Y here if you want to enable support for accessing Stable Storage
1518c2ecf20Sopenharmony_ci	  variables (PDC non volatile variables such as Primary Boot Path,
1528c2ecf20Sopenharmony_ci	  Console Path, Autoboot, Autosearch, etc) through SysFS.
1538c2ecf20Sopenharmony_ci	
1548c2ecf20Sopenharmony_ci	  If unsure, say Y.
1558c2ecf20Sopenharmony_ci	
1568c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here.
1578c2ecf20Sopenharmony_ci	  The module will be called pdc_stable.
1588c2ecf20Sopenharmony_ci
1598c2ecf20Sopenharmony_ciendmenu
160