diff options
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | 2009-02-19 12:56:16 -0700 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-02-21 21:59:56 -0500 |
commit | ba193d64abfe644e8752affa310a368eda01f46e (patch) | |
tree | 858368f11452e2eda5a65499290f952dba960bf2 /drivers/acpi/Kconfig | |
parent | 4898c2b2f04051e19f4230683c0f0b15f71af887 (diff) | |
download | op-kernel-dev-ba193d64abfe644e8752affa310a368eda01f46e.zip op-kernel-dev-ba193d64abfe644e8752affa310a368eda01f46e.tar.gz |
ACPI: remove CONFIG_ACPI_SYSTEM
Remove CONFIG_ACPI_SYSTEM. It was always set the same as CONFIG_ACPI,
and it had no menu label, so there was no way to set it to anything
other than "y".
Some things under CONFIG_ACPI_SYSTEM (acpi_irq_handled, acpi_os_gpe_count(),
event_is_open, register_acpi_notifier(), etc.) are used unconditionally
by the CA, the OSPM, and drivers, so we depend on them always being
present.
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index a7799a9..8a851d0 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -254,13 +254,6 @@ config ACPI_PCI_SLOT help you correlate PCI bus addresses with the physical geography of your slots. If you are unsure, say N. -config ACPI_SYSTEM - bool - default y - help - This driver will enable your system to shut down using ACPI, and - dump your ACPI DSDT table using /proc/acpi/dsdt. - config X86_PM_TIMER bool "Power Management Timer Support" if EMBEDDED depends on X86 |