diff options
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 38 |
1 files changed, 25 insertions, 13 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 86c52520ed34..986410e7b483 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -3,6 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | menu "ACPI (Advanced Configuration and Power Interface) Support" | 5 | menu "ACPI (Advanced Configuration and Power Interface) Support" |
6 | depends on PM | ||
6 | depends on !X86_VISWS | 7 | depends on !X86_VISWS |
7 | depends on !IA64_HP_SIM | 8 | depends on !IA64_HP_SIM |
8 | depends on IA64 || X86 | 9 | depends on IA64 || X86 |
@@ -48,7 +49,6 @@ config ACPI_BOOT | |||
48 | 49 | ||
49 | config ACPI_INTERPRETER | 50 | config ACPI_INTERPRETER |
50 | bool | 51 | bool |
51 | depends on !IA64_SGI_SN | ||
52 | default y | 52 | default y |
53 | 53 | ||
54 | if ACPI_INTERPRETER | 54 | if ACPI_INTERPRETER |
@@ -79,6 +79,14 @@ config ACPI_SLEEP_PROC_FS | |||
79 | depends on ACPI_SLEEP && PROC_FS | 79 | depends on ACPI_SLEEP && PROC_FS |
80 | default y | 80 | default y |
81 | 81 | ||
82 | config ACPI_SLEEP_PROC_SLEEP | ||
83 | bool "/proc/acpi/sleep (deprecated)" | ||
84 | depends on ACPI_SLEEP_PROC_FS | ||
85 | default n | ||
86 | ---help--- | ||
87 | Create /proc/acpi/sleep | ||
88 | Deprecated by /sys/power/state | ||
89 | |||
82 | config ACPI_AC | 90 | config ACPI_AC |
83 | tristate "AC Adapter" | 91 | tristate "AC Adapter" |
84 | depends on X86 | 92 | depends on X86 |
@@ -99,7 +107,6 @@ config ACPI_BATTERY | |||
99 | 107 | ||
100 | config ACPI_BUTTON | 108 | config ACPI_BUTTON |
101 | tristate "Button" | 109 | tristate "Button" |
102 | depends on !IA64_SGI_SN | ||
103 | default m | 110 | default m |
104 | help | 111 | help |
105 | This driver registers for events based on buttons, such as the | 112 | This driver registers for events based on buttons, such as the |
@@ -111,7 +118,6 @@ config ACPI_BUTTON | |||
111 | config ACPI_VIDEO | 118 | config ACPI_VIDEO |
112 | tristate "Video" | 119 | tristate "Video" |
113 | depends on EXPERIMENTAL | 120 | depends on EXPERIMENTAL |
114 | depends on !IA64_SGI_SN | ||
115 | default m | 121 | default m |
116 | help | 122 | help |
117 | This driver implement the ACPI Extensions For Display Adapters | 123 | This driver implement the ACPI Extensions For Display Adapters |
@@ -122,9 +128,17 @@ config ACPI_VIDEO | |||
122 | Note that this is an ref. implementation only. It may or may not work | 128 | Note that this is an ref. implementation only. It may or may not work |
123 | for your integrated video device. | 129 | for your integrated video device. |
124 | 130 | ||
131 | config ACPI_HOTKEY | ||
132 | tristate "Generic Hotkey" | ||
133 | depends on ACPI_INTERPRETER | ||
134 | depends on EXPERIMENTAL | ||
135 | depends on !IA64_SGI_SN | ||
136 | default m | ||
137 | help | ||
138 | ACPI generic hotkey | ||
139 | |||
125 | config ACPI_FAN | 140 | config ACPI_FAN |
126 | tristate "Fan" | 141 | tristate "Fan" |
127 | depends on !IA64_SGI_SN | ||
128 | default m | 142 | default m |
129 | help | 143 | help |
130 | This driver adds support for ACPI fan devices, allowing user-mode | 144 | This driver adds support for ACPI fan devices, allowing user-mode |
@@ -132,7 +146,6 @@ config ACPI_FAN | |||
132 | 146 | ||
133 | config ACPI_PROCESSOR | 147 | config ACPI_PROCESSOR |
134 | tristate "Processor" | 148 | tristate "Processor" |
135 | depends on !IA64_SGI_SN | ||
136 | default m | 149 | default m |
137 | help | 150 | help |
138 | This driver installs ACPI as the idle handler for Linux, and uses | 151 | This driver installs ACPI as the idle handler for Linux, and uses |
@@ -142,7 +155,6 @@ config ACPI_PROCESSOR | |||
142 | config ACPI_HOTPLUG_CPU | 155 | config ACPI_HOTPLUG_CPU |
143 | bool "Processor Hotplug (EXPERIMENTAL)" | 156 | bool "Processor Hotplug (EXPERIMENTAL)" |
144 | depends on ACPI_PROCESSOR && HOTPLUG_CPU && EXPERIMENTAL | 157 | depends on ACPI_PROCESSOR && HOTPLUG_CPU && EXPERIMENTAL |
145 | depends on !IA64_SGI_SN | ||
146 | select ACPI_CONTAINER | 158 | select ACPI_CONTAINER |
147 | default n | 159 | default n |
148 | ---help--- | 160 | ---help--- |
@@ -262,7 +274,6 @@ config ACPI_BLACKLIST_YEAR | |||
262 | 274 | ||
263 | config ACPI_DEBUG | 275 | config ACPI_DEBUG |
264 | bool "Debug Statements" | 276 | bool "Debug Statements" |
265 | depends on !IA64_SGI_SN | ||
266 | default n | 277 | default n |
267 | help | 278 | help |
268 | The ACPI driver can optionally report errors with a great deal | 279 | The ACPI driver can optionally report errors with a great deal |
@@ -271,7 +282,6 @@ config ACPI_DEBUG | |||
271 | 282 | ||
272 | config ACPI_BUS | 283 | config ACPI_BUS |
273 | bool | 284 | bool |
274 | depends on !IA64_SGI_SN | ||
275 | default y | 285 | default y |
276 | 286 | ||
277 | config ACPI_EC | 287 | config ACPI_EC |
@@ -285,17 +295,14 @@ config ACPI_EC | |||
285 | 295 | ||
286 | config ACPI_POWER | 296 | config ACPI_POWER |
287 | bool | 297 | bool |
288 | depends on !IA64_SGI_SN | ||
289 | default y | 298 | default y |
290 | 299 | ||
291 | config ACPI_PCI | 300 | config ACPI_PCI |
292 | bool | 301 | bool |
293 | depends on !IA64_SGI_SN | ||
294 | default PCI | 302 | default PCI |
295 | 303 | ||
296 | config ACPI_SYSTEM | 304 | config ACPI_SYSTEM |
297 | bool | 305 | bool |
298 | depends on !IA64_SGI_SN | ||
299 | default y | 306 | default y |
300 | help | 307 | help |
301 | This driver will enable your system to shut down using ACPI, and | 308 | This driver will enable your system to shut down using ACPI, and |
@@ -327,8 +334,13 @@ config ACPI_CONTAINER | |||
327 | depends on EXPERIMENTAL | 334 | depends on EXPERIMENTAL |
328 | default (ACPI_HOTPLUG_MEMORY || ACPI_HOTPLUG_CPU || ACPI_HOTPLUG_IO) | 335 | default (ACPI_HOTPLUG_MEMORY || ACPI_HOTPLUG_CPU || ACPI_HOTPLUG_IO) |
329 | ---help--- | 336 | ---help--- |
330 | This is the ACPI generic container driver which supports | 337 | This allows _physical_ insertion and removal of CPUs and memory. |
331 | ACPI0004, PNP0A05 and PNP0A06 devices | 338 | This can be useful, for example, on NUMA machines that support |
339 | ACPI based physical hotplug of nodes, or non-NUMA machines that | ||
340 | support physical cpu/memory hot-plug. | ||
341 | |||
342 | If one selects "m", this driver can be loaded with | ||
343 | "modprobe acpi_container". | ||
332 | 344 | ||
333 | config ACPI_HOTPLUG_MEMORY | 345 | config ACPI_HOTPLUG_MEMORY |
334 | tristate "Memory Hotplug" | 346 | tristate "Memory Hotplug" |