diff options
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index d7f9839ba264..8a851d0f4384 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -9,6 +9,7 @@ menuconfig ACPI | |||
9 | depends on PCI | 9 | depends on PCI |
10 | depends on PM | 10 | depends on PM |
11 | select PNP | 11 | select PNP |
12 | select CPU_IDLE | ||
12 | default y | 13 | default y |
13 | ---help--- | 14 | ---help--- |
14 | Advanced Configuration and Power Interface (ACPI) support for | 15 | Advanced Configuration and Power Interface (ACPI) support for |
@@ -253,13 +254,6 @@ config ACPI_PCI_SLOT | |||
253 | help you correlate PCI bus addresses with the physical geography | 254 | help you correlate PCI bus addresses with the physical geography |
254 | of your slots. If you are unsure, say N. | 255 | of your slots. If you are unsure, say N. |
255 | 256 | ||
256 | config ACPI_SYSTEM | ||
257 | bool | ||
258 | default y | ||
259 | help | ||
260 | This driver will enable your system to shut down using ACPI, and | ||
261 | dump your ACPI DSDT table using /proc/acpi/dsdt. | ||
262 | |||
263 | config X86_PM_TIMER | 257 | config X86_PM_TIMER |
264 | bool "Power Management Timer Support" if EMBEDDED | 258 | bool "Power Management Timer Support" if EMBEDDED |
265 | depends on X86 | 259 | depends on X86 |
@@ -287,7 +281,7 @@ config ACPI_CONTAINER | |||
287 | support physical cpu/memory hot-plug. | 281 | support physical cpu/memory hot-plug. |
288 | 282 | ||
289 | If one selects "m", this driver can be loaded with | 283 | If one selects "m", this driver can be loaded with |
290 | "modprobe acpi_container". | 284 | "modprobe container". |
291 | 285 | ||
292 | config ACPI_HOTPLUG_MEMORY | 286 | config ACPI_HOTPLUG_MEMORY |
293 | tristate "Memory Hotplug" | 287 | tristate "Memory Hotplug" |