Kconfig 4.7 KB

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