diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2008-01-03 11:31:42 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-02-07 03:34:35 -0500 |
commit | 9e52797131e83688f66fbca6d4cd25b83f33c48f (patch) | |
tree | 25907d631aa2a662ca283bc7c3039ea40c7e7286 /drivers/acpi/Kconfig | |
parent | e5685b9d35c2cc0a98425b05df30cb837dd1e632 (diff) |
ACPI: its a directory not a folder....
The kernel help consistently uses 'directory'
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index ccf6ea95f68c..95588c2a77d8 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -68,26 +68,28 @@ config ACPI_PROCFS | |||
68 | 68 | ||
69 | Say N to delete /proc/acpi/ files that have moved to /sys/ | 69 | Say N to delete /proc/acpi/ files that have moved to /sys/ |
70 | config ACPI_PROCFS_POWER | 70 | config ACPI_PROCFS_POWER |
71 | bool "Deprecated power /proc/acpi folders" | 71 | bool "Deprecated power /proc/acpi directories" |
72 | depends on PROC_FS | 72 | depends on PROC_FS |
73 | default y | 73 | default y |
74 | ---help--- | 74 | ---help--- |
75 | For backwards compatibility, this option allows | 75 | For backwards compatibility, this option allows |
76 | deprecated power /proc/acpi/ folders to exist, even when | 76 | deprecated power /proc/acpi/ directories to exist, even when |
77 | they have been replaced by functions in /sys. | 77 | they have been replaced by functions in /sys. |
78 | The deprecated folders (and their replacements) include: | 78 | The deprecated directories (and their replacements) include: |
79 | /proc/acpi/battery/* (/sys/class/power_supply/*) | 79 | /proc/acpi/battery/* (/sys/class/power_supply/*) |
80 | /proc/acpi/ac_adapter/* (sys/class/power_supply/*) | 80 | /proc/acpi/ac_adapter/* (sys/class/power_supply/*) |
81 | This option has no effect on /proc/acpi/ folders | 81 | This option has no effect on /proc/acpi/ directories |
82 | and functions, which do not yet exist in /sys | 82 | and functions, which do not yet exist in /sys |
83 | 83 | ||
84 | Say N to delete power /proc/acpi/ folders that have moved to /sys/ | 84 | Say N to delete power /proc/acpi/ directories that have moved to /sys/ |
85 | |||
85 | config ACPI_SYSFS_POWER | 86 | config ACPI_SYSFS_POWER |
86 | bool "Future power /sys interface" | 87 | bool "Future power /sys interface" |
87 | select POWER_SUPPLY | 88 | select POWER_SUPPLY |
88 | default y | 89 | default y |
89 | ---help--- | 90 | ---help--- |
90 | Say N to disable power /sys interface | 91 | Say N to disable power /sys interface |
92 | |||
91 | config ACPI_PROC_EVENT | 93 | config ACPI_PROC_EVENT |
92 | bool "Deprecated /proc/acpi/event support" | 94 | bool "Deprecated /proc/acpi/event support" |
93 | depends on PROC_FS | 95 | depends on PROC_FS |