Kconfig 5.4 KB

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