aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r--drivers/acpi/Kconfig30
1 files changed, 20 insertions, 10 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 0cce28c4025b..2b2fbec14540 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -10,9 +10,8 @@ menu "ACPI (Advanced Configuration and Power Interface) Support"
10config ACPI 10config ACPI
11 bool "ACPI Support" 11 bool "ACPI Support"
12 depends on IA64 || X86 12 depends on IA64 || X86
13 depends on PCI
13 select PM 14 select PM
14 select PCI
15
16 default y 15 default y
17 ---help--- 16 ---help---
18 Advanced Configuration and Power Interface (ACPI) support for 17 Advanced Configuration and Power Interface (ACPI) support for
@@ -205,6 +204,18 @@ config ACPI_IBM
205 204
206 If you have an IBM ThinkPad laptop, say Y or M here. 205 If you have an IBM ThinkPad laptop, say Y or M here.
207 206
207config ACPI_IBM_DOCK
208 bool "Legacy Docking Station Support"
209 depends on ACPI_IBM
210 default n
211 ---help---
212 Allows the ibm_acpi driver to handle docking station events.
213 This support is obsoleted by CONFIG_HOTPLUG_PCI_ACPI. It will
214 allow locking and removing the laptop from the docking station,
215 but will not properly connect PCI devices.
216
217 If you are not sure, say N here.
218
208config ACPI_TOSHIBA 219config ACPI_TOSHIBA
209 tristate "Toshiba Laptop Extras" 220 tristate "Toshiba Laptop Extras"
210 depends on X86 221 depends on X86
@@ -244,10 +255,11 @@ config ACPI_CUSTOM_DSDT_FILE
244 depends on ACPI_CUSTOM_DSDT 255 depends on ACPI_CUSTOM_DSDT
245 default "" 256 default ""
246 help 257 help
247 Enter the full path name to the file wich includes the AmlCode declaration. 258 Enter the full path name to the file which includes the AmlCode
259 declaration.
248 260
249config ACPI_BLACKLIST_YEAR 261config ACPI_BLACKLIST_YEAR
250 int "Disable ACPI for systems before Jan 1st this year" if X86 262 int "Disable ACPI for systems before Jan 1st this year" if X86_32
251 default 0 263 default 0
252 help 264 help
253 enter a 4-digit year, eg. 2001 to disable ACPI by default 265 enter a 4-digit year, eg. 2001 to disable ACPI by default
@@ -285,9 +297,8 @@ config ACPI_SYSTEM
285 dump your ACPI DSDT table using /proc/acpi/dsdt. 297 dump your ACPI DSDT table using /proc/acpi/dsdt.
286 298
287config X86_PM_TIMER 299config X86_PM_TIMER
288 bool "Power Management Timer Support" 300 bool "Power Management Timer Support" if EMBEDDED
289 depends on X86 301 depends on X86
290 depends on !X86_64
291 default y 302 default y
292 help 303 help
293 The Power Management Timer is available on all ACPI-capable, 304 The Power Management Timer is available on all ACPI-capable,
@@ -298,9 +309,8 @@ config X86_PM_TIMER
298 voltage scaling, unlike the commonly used Time Stamp Counter 309 voltage scaling, unlike the commonly used Time Stamp Counter
299 (TSC) timing source. 310 (TSC) timing source.
300 311
301 So, if you see messages like 'Losing too many ticks!' in the 312 You should nearly always say Y here because many modern
302 kernel logs, and/or you are using this on a notebook which 313 systems require this timer.
303 does not yet have an HPET, you should say "Y" here.
304 314
305config ACPI_CONTAINER 315config ACPI_CONTAINER
306 tristate "ACPI0004,PNP0A05 and PNP0A06 Container Driver (EXPERIMENTAL)" 316 tristate "ACPI0004,PNP0A05 and PNP0A06 Container Driver (EXPERIMENTAL)"
@@ -318,7 +328,7 @@ config ACPI_CONTAINER
318config ACPI_HOTPLUG_MEMORY 328config ACPI_HOTPLUG_MEMORY
319 tristate "Memory Hotplug" 329 tristate "Memory Hotplug"
320 depends on ACPI 330 depends on ACPI
321 depends on MEMORY_HOTPLUG 331 depends on MEMORY_HOTPLUG || X86_64
322 default n 332 default n
323 help 333 help
324 This driver adds supports for ACPI Memory Hotplug. This driver 334 This driver adds supports for ACPI Memory Hotplug. This driver