diff options
author | Len Brown <len.brown@intel.com> | 2007-11-19 11:22:44 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-11-19 11:22:44 -0500 |
commit | 65ea6520375cc09d19ecb46f03ab7ef70bcf06dd (patch) | |
tree | 49260887db44d4ba8ada1d2025c9bfc3ef549561 | |
parent | 3539a901d60ae84f8b0748cd26c1c263c2b3ef5f (diff) |
Revert "acpi: make ACPI_PROCFS default to y"
This reverts commit cbff2fbf55c21f50298b1aef1263b11bf510e35f.
-rw-r--r-- | drivers/acpi/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 5772e1405f72..b9f923ef173d 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -50,7 +50,6 @@ config ACPI_SLEEP config ACPI_PROCFS bool "Deprecated /proc/acpi files" depends on PROC_FS - default y ---help--- For backwards compatibility, this option allows deprecated /proc/acpi/ files to exist, even when |