]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/acpi/Kconfig
ACPI: remove deprecated ACPI procfs I/F
[net-next-2.6.git] / drivers / acpi / Kconfig
index 93d2c7971df626d6fb2db453b700c2b16a95a199..d77d9c27c846b993e6a013a0f70a69b6a52c9805 100644 (file)
@@ -54,12 +54,6 @@ config ACPI_PROCFS
          they have been replaced by functions in /sys.
          The deprecated files (and their replacements) include:
 
-         /proc/acpi/sleep (/sys/power/state)
-         /proc/acpi/info (/sys/module/acpi/parameters/acpica_version)
-         /proc/acpi/dsdt (/sys/firmware/acpi/tables/DSDT)
-         /proc/acpi/fadt (/sys/firmware/acpi/tables/FACP)
-         /proc/acpi/debug_layer (/sys/module/acpi/parameters/debug_layer)
-         /proc/acpi/debug_level (/sys/module/acpi/parameters/debug_level)
          /proc/acpi/processor/*/power (/sys/devices/system/cpu/*/cpuidle/*)
          /proc/acpi/processor/*/performance (/sys/devices/system/cpu/*/
                cpufreq/*)
@@ -360,4 +354,13 @@ config ACPI_SBS
          To compile this driver as a module, choose M here:
          the modules will be called sbs and sbshc.
 
+config ACPI_HED
+       tristate "Hardware Error Device"
+       help
+         This driver supports the Hardware Error Device (PNP0C33),
+         which is used to report some hardware errors notified via
+         SCI, mainly the corrected errors.
+
+source "drivers/acpi/apei/Kconfig"
+
 endif  # ACPI