brintos

brintos / linux-shallow public Read only

0
0
Text · 4.7 KiB · 9cbcf15 Raw
162 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2menu "Bus options (PCI, PCMCIA, EISA, GSC, ISA)"3 4config GSC5	bool "VSC/GSC/HSC bus support"6	select HAVE_EISA7	select HAS_IOPORT8	default y9	help10	  The VSC, GSC and HSC busses were used from the earliest 700-series11	  workstations up to and including the C360/J2240 workstations.  They12	  were also used in servers from the E-class to the K-class.  They13	  are not found in B1000, C3000, J5000, A500, L1000, N4000 and upwards.14	  If in doubt, say "Y".15 16config HPPB17	bool "HP-PB bus support"18	depends on GSC19	help20	  The HP-PB bus was used in the Nova class and K-class servers.21	  If in doubt, say "Y"22 23config IOMMU_CCIO24	bool "U2/Uturn I/O MMU"25	depends on GSC26	help27	  Say Y here to enable DMA management routines for the first28	  generation of PA-RISC cache-coherent machines.  Programs the29	  U2/Uturn chip in "Virtual Mode" and use the I/O MMU.30 31config GSC_LASI32	bool "Lasi I/O support"33	depends on GSC34	help35	  Say Y here to support the Lasi multifunction chip found in36	  many PA-RISC workstations & servers.	It includes interfaces37	  for a parallel port, serial port, NCR 53c710 SCSI, Apricot38	  Ethernet, Harmony audio, PS/2 keyboard & mouse, ISDN, telephony39	  and floppy.  Note that you must still enable all the individual40	  drivers for these chips.41 42config GSC_WAX43	bool "Wax I/O support"44	depends on GSC45	help46	  Say Y here to support the Wax multifunction chip found in some47	  older systems, including B/C/D/R class and 715/64, 715/80 and48	  715/100.  Wax includes an EISA adapter, a serial port (not always49	  used), a HIL interface chip and is also known to be used as the50	  GSC bridge for an X.25 GSC card.51 52config ISA53	bool "ISA support"54	depends on EISA55	help56	  If you want to plug an ISA card into your EISA bus, say Y here.57	  Most people should say N.58 59config GSC_DINO60	bool "GSCtoPCI/Dino PCI support"61	depends on PCI && GSC62	help63	  Say Y here to support the Dino & Cujo GSC to PCI bridges found in64	  machines from the B132 to the C360, the J2240 and the A180.  Some65	  GSC/HSC cards (eg gigabit & dual 100 Mbit Ethernet) have a Dino on66	  the card, and you also need to say Y here if you have such a card.67	  Note that Dino also supplies one of the serial ports on certain68	  machines.  If in doubt, say Y.69 70config PCI_LBA71	bool "LBA/Elroy PCI support"72	depends on PCI73	help74	  Say Y here to support the Elroy PCI Lower Bus Adapter.  This is75	  present on B, C, J, L and N-class machines with 4-digit model76	  numbers and the A400/A500.77 78config IOSAPIC79	bool80	depends on PCI_LBA81	default PCI_LBA82 83config IOMMU_SBA84	bool85	depends on PCI_LBA86	default PCI_LBA87 88endmenu89 90menu "PA-RISC specific drivers"91 92config SUPERIO93	bool "SuperIO (SuckyIO) support"94	depends on PCI_LBA95	default y96	help97	  Say Y here to support the SuperIO chip found in Bxxxx, C3xxx and98	  J5xxx+ machines. This enables IDE, Floppy, Parallel Port, and99	  Serial port on those machines.100 101config CHASSIS_LCD_LED102	bool "Chassis LCD and LED support"103	depends on LEDS_CLASS=y104	default y105	select LEDS_TRIGGERS106	help107	  Say Y here if you want to enable support for the Heartbeat,108	  Disk/Network activities LEDs on some PA-RISC machines,109	  or support for the LCD that can be found on recent material.110	111	  This has nothing to do with LED State support for A and E class.112	113	  If unsure, say Y.114 115config PDC_CHASSIS116	bool "PDC chassis state codes support"117	default y118	help119	  Say Y here if you want to enable support for Chassis codes.120	  That includes support for LED State front panel as found on E121	  class, and support for the GSP Virtual Front Panel (LED State and122	  message logging)  as found on high end servers such as A, L and123	  N-class.124	  This driver will also display progress messages on LCD display,125	  such as "INI", "RUN" and "FLT", and might thus clobber messages126	  shown by the LED/LCD driver.127	  This driver updates the state panel (LED and/or LCD) upon system128	  state change (eg: boot, shutdown or panic).129	  130	  If unsure, say Y.131 132 133config PDC_CHASSIS_WARN134	bool "PDC chassis warnings support"135	depends on PROC_FS136	default y137	help138	  Say Y here if you want to enable support for Chassis warnings.139	  This will add a proc entry '/proc/chassis' giving some information140	  about the overall health state of the system.141	  This includes NVRAM battery level, overtemp or failures such as142	  fans or power units.143 144	  If unsure, say Y.145 146 147config PDC_STABLE148	tristate "PDC Stable Storage support"149	depends on SYSFS150	default y151	help152	  Say Y here if you want to enable support for accessing Stable Storage153	  variables (PDC non volatile variables such as Primary Boot Path,154	  Console Path, Autoboot, Autosearch, etc) through SysFS.155	156	  If unsure, say Y.157	158	  To compile this driver as a module, choose M here.159	  The module will be called pdc_stable.160 161endmenu162