diff options
author | Len Brown <len.brown@intel.com> | 2007-07-24 02:16:50 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-07-24 02:16:50 -0400 |
commit | 43532c8a46ae313c2da3baa7598a1de4d403ba83 (patch) | |
tree | 61da3ded6e0b84086579a74293650eb1a06ba906 /drivers/acpi/Kconfig | |
parent | fb804714560463534ebcb538a3b0a3c687a830ec (diff) |
ACPI: Kconfig: fold /proc/acpi/sleep under CONFIG_ACPI_PROCFS
/proc/acpi/sleep has had its own "default n" option,
ACPI_SLEEP_PROC_SLEEP, for many months.
Time to delete ACPI_SLEEP_PROC_SLEEP.
Users that still need /proc/acpi/sleep can still get it
along with the other deprecated /proc/acpi files
by enabling CONFIG_ACPI_PROCFS.
Also delete ACPI_SLEEP_PROC_FS, which was an umbrella
for /proc/acpi/sleep, wakeup, alarm, because it was
effectively just a synonym for ACPI_SLEEP.
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 8e42977c6d07..efd47eeb5b63 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -62,19 +62,6 @@ config ACPI_SLEEP | |||
62 | This option is not recommended for anyone except those doing driver | 62 | This option is not recommended for anyone except those doing driver |
63 | power management development. | 63 | power management development. |
64 | 64 | ||
65 | config ACPI_SLEEP_PROC_FS | ||
66 | bool | ||
67 | depends on ACPI_SLEEP && PROC_FS | ||
68 | default y | ||
69 | |||
70 | config ACPI_SLEEP_PROC_SLEEP | ||
71 | bool "/proc/acpi/sleep (deprecated)" | ||
72 | depends on ACPI_SLEEP_PROC_FS | ||
73 | default n | ||
74 | ---help--- | ||
75 | Create /proc/acpi/sleep | ||
76 | Deprecated by /sys/power/state | ||
77 | |||
78 | config ACPI_PROCFS | 65 | config ACPI_PROCFS |
79 | bool "Deprecated /proc/acpi files" | 66 | bool "Deprecated /proc/acpi files" |
80 | depends on PROC_FS | 67 | depends on PROC_FS |
@@ -84,6 +71,7 @@ config ACPI_PROCFS | |||
84 | they have been replaced by functions in /sys. | 71 | they have been replaced by functions in /sys. |
85 | The deprecated files (and their replacements) include: | 72 | The deprecated files (and their replacements) include: |
86 | 73 | ||
74 | /proc/acpi/sleep (/sys/power/state) | ||
87 | /proc/acpi/info (/sys/modules/acpi/parameters/acpica_version) | 75 | /proc/acpi/info (/sys/modules/acpi/parameters/acpica_version) |
88 | /proc/acpi/dsdt (/sys/firmware/acpi/tables/DSDT) | 76 | /proc/acpi/dsdt (/sys/firmware/acpi/tables/DSDT) |
89 | /proc/acpi/fadt (/sys/firmware/acpi/tables/FACP) | 77 | /proc/acpi/fadt (/sys/firmware/acpi/tables/FACP) |