Merge to Fedora kernel-2.6.18-1.2224_FC5 patched with stable patch-2.6.18.1-vs2.0...
[linux-2.6.git] / drivers / parisc / Kconfig
index aa88c41..1d3b84b 100644 (file)
@@ -110,6 +110,14 @@ config IOMMU_SBA
 #      help
 #        Say Y here for V-class PCI, DMA/IOMMU, IRQ subsystem support.
 
+source "drivers/pcmcia/Kconfig"
+
+source "drivers/pci/hotplug/Kconfig"
+
+endmenu
+
+menu "PA-RISC specific drivers"
+
 config SUPERIO
        bool "SuperIO (SuckyIO) support"
        depends on PCI_LBA
@@ -132,21 +140,49 @@ config CHASSIS_LCD_LED
          If unsure, say Y.
 
 config PDC_CHASSIS
-       bool "PDC chassis State Panel support"
+       bool "PDC chassis state codes support"
        default y
        help
-         Say Y here if you want to enable support for the LED State front
-         panel as found on E class, and support for the GSP Virtual Front
-         Panel (LED State and message logging)  as found on high end
-         servers such as A, L and N-class.
-         
-         This has nothing to do with Chassis LCD and LED support.
+         Say Y here if you want to enable support for Chassis codes.
+         That includes support for LED State front panel as found on E
+         class, and support for the GSP Virtual Front Panel (LED State and
+         message logging)  as found on high end servers such as A, L and
+         N-class.
+         This driver will also display progress messages on LCD display,
+         such as "INI", "RUN" and "FLT", and might thus clobber messages
+         shown by the LED/LCD driver.
+         This driver updates the state panel (LED and/or LCD) upon system
+         state change (eg: boot, shutdown or panic).
          
          If unsure, say Y.
 
-source "drivers/pcmcia/Kconfig"
 
-source "drivers/pci/hotplug/Kconfig"
+config PDC_CHASSIS_WARN
+       bool "PDC chassis warnings support"
+       depends on PROC_FS
+       default y
+       help
+         Say Y here if you want to enable support for Chassis warnings.
+         This will add a proc entry '/proc/chassis' giving some information
+         about the overall health state of the system.
+         This includes NVRAM battery level, overtemp or failures such as
+         fans or power units.
+
+         If unsure, say Y.
+
 
+config PDC_STABLE
+       tristate "PDC Stable Storage support"
+       depends on SYSFS
+       default y
+       help
+         Say Y here if you want to enable support for accessing Stable Storage
+         variables (PDC non volatile variables such as Primary Boot Path,
+         Console Path, Autoboot, Autosearch, etc) through SysFS.
+       
+         If unsure, say Y.
+       
+         To compile this driver as a module, choose M here.
+         The module will be called pdc_stable.
 
 endmenu