ACPI: remove CONFIG_ACPI_SYSTEM
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Thu, 19 Feb 2009 19:56:16 +0000 (12:56 -0700)
committerLen Brown <len.brown@intel.com>
Sun, 22 Feb 2009 02:59:56 +0000 (21:59 -0500)
commitba193d64abfe644e8752affa310a368eda01f46e
tree858368f11452e2eda5a65499290f952dba960bf2
parent4898c2b2f04051e19f4230683c0f0b15f71af887
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>
drivers/acpi/Kconfig
drivers/acpi/Makefile