From: Bjorn Helgaas Date: Thu, 19 Feb 2009 19:56:16 +0000 (-0700) Subject: ACPI: remove CONFIG_ACPI_SYSTEM X-Git-Tag: v2.6.29-rc6~9^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba193d64abfe644e8752affa310a368eda01f46e;p=pandora-kernel.git 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 Signed-off-by: Len Brown --- Reading git-diff-tree failed