Kconfig 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. menu "Bus options (PCI, PCMCIA, EISA, GSC, ISA)"
  3. config GSC
  4. bool "VSC/GSC/HSC bus support"
  5. select HAVE_EISA
  6. select HAS_IOPORT
  7. default y
  8. help
  9. The VSC, GSC and HSC busses were used from the earliest 700-series
  10. workstations up to and including the C360/J2240 workstations. They
  11. were also used in servers from the E-class to the K-class. They
  12. are not found in B1000, C3000, J5000, A500, L1000, N4000 and upwards.
  13. If in doubt, say "Y".
  14. config HPPB
  15. bool "HP-PB bus support"
  16. depends on GSC
  17. help
  18. The HP-PB bus was used in the Nova class and K-class servers.
  19. 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.
  27. config GSC_LASI
  28. bool "Lasi I/O support"
  29. depends on GSC
  30. help
  31. Say Y here to support the Lasi multifunction chip found in
  32. many PA-RISC workstations & servers. It includes interfaces
  33. for a parallel port, serial port, NCR 53c710 SCSI, Apricot
  34. Ethernet, Harmony audio, PS/2 keyboard & mouse, ISDN, telephony
  35. and floppy. Note that you must still enable all the individual
  36. drivers for these chips.
  37. config GSC_WAX
  38. bool "Wax I/O support"
  39. depends on GSC
  40. help
  41. Say Y here to support the Wax multifunction chip found in some
  42. older systems, including B/C/D/R class and 715/64, 715/80 and
  43. 715/100. Wax includes an EISA adapter, a serial port (not always
  44. used), a HIL interface chip and is also known to be used as the
  45. GSC bridge for an X.25 GSC card.
  46. config ISA
  47. bool "ISA support"
  48. depends on EISA
  49. help
  50. If you want to plug an ISA card into your EISA bus, say Y here.
  51. Most people should say N.
  52. config GSC_DINO
  53. bool "GSCtoPCI/Dino PCI support"
  54. depends on PCI && GSC
  55. help
  56. Say Y here to support the Dino & Cujo GSC to PCI bridges found in
  57. machines from the B132 to the C360, the J2240 and the A180. Some
  58. GSC/HSC cards (eg gigabit & dual 100 Mbit Ethernet) have a Dino on
  59. the card, and you also need to say Y here if you have such a card.
  60. Note that Dino also supplies one of the serial ports on certain
  61. machines. If in doubt, say Y.
  62. config PCI_LBA
  63. bool "LBA/Elroy PCI support"
  64. depends on PCI
  65. help
  66. Say Y here to support the Elroy PCI Lower Bus Adapter. This is
  67. present on B, C, J, L and N-class machines with 4-digit model
  68. numbers and the A400/A500.
  69. config IOSAPIC
  70. bool
  71. depends on PCI_LBA
  72. default PCI_LBA
  73. config IOMMU_SBA
  74. bool
  75. depends on PCI_LBA
  76. default PCI_LBA
  77. endmenu
  78. menu "PA-RISC specific drivers"
  79. config SUPERIO
  80. bool "SuperIO (SuckyIO) support"
  81. depends on PCI_LBA
  82. default y
  83. help
  84. Say Y here to support the SuperIO chip found in Bxxxx, C3xxx and
  85. J5xxx+ machines. This enables IDE, Floppy, Parallel Port, and
  86. Serial port on those machines.
  87. config CHASSIS_LCD_LED
  88. bool "Chassis LCD and LED support"
  89. depends on LEDS_CLASS=y
  90. default y
  91. select LEDS_TRIGGERS
  92. help
  93. Say Y here if you want to enable support for the Heartbeat,
  94. Disk/Network activities LEDs on some PA-RISC machines,
  95. or support for the LCD that can be found on recent material.
  96. This has nothing to do with LED State support for A and E class.
  97. If unsure, say Y.
  98. config PDC_CHASSIS
  99. bool "PDC chassis state codes support"
  100. default y
  101. help
  102. Say Y here if you want to enable support for Chassis codes.
  103. That includes support for LED State front panel as found on E
  104. class, and support for the GSP Virtual Front Panel (LED State and
  105. message logging) as found on high end servers such as A, L and
  106. N-class.
  107. This driver will also display progress messages on LCD display,
  108. such as "INI", "RUN" and "FLT", and might thus clobber messages
  109. shown by the LED/LCD driver.
  110. This driver updates the state panel (LED and/or LCD) upon system
  111. state change (eg: boot, shutdown or panic).
  112. If unsure, say Y.
  113. config PDC_CHASSIS_WARN
  114. bool "PDC chassis warnings support"
  115. depends on PROC_FS
  116. default y
  117. help
  118. Say Y here if you want to enable support for Chassis warnings.
  119. This will add a proc entry '/proc/chassis' giving some information
  120. about the overall health state of the system.
  121. This includes NVRAM battery level, overtemp or failures such as
  122. fans or power units.
  123. If unsure, say Y.
  124. config PDC_STABLE
  125. tristate "PDC Stable Storage support"
  126. depends on SYSFS
  127. default y
  128. help
  129. Say Y here if you want to enable support for accessing Stable Storage
  130. variables (PDC non volatile variables such as Primary Boot Path,
  131. Console Path, Autoboot, Autosearch, etc) through SysFS.
  132. If unsure, say Y.
  133. To compile this driver as a module, choose M here.
  134. The module will be called pdc_stable.
  135. endmenu