]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit73f36417a11b87940edf6a2fccdad5df3d92af9b
tree858368f11452e2eda5a65499290f952dba960bf2
parent121246e21867e1d12a2f68187ee64c11316cfb6b
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