Subject: [PATCH] [acpi driver model] Mark the AC driver as 'legacy' - Change config option to ACPI_LEGACY_AC - Make it depend on ACPI_DM_LEGACY and that the new AC driver isn't enabled (coming next). Signed-off-by: Patrick Mochel --- drivers/acpi/drivers/legacy/Kconfig | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) applies-to: 43f83510df8c08398298c01990744f84df629e7e a762914f7d36bb6a90fe3a2ce22dd52cf748388f diff --git a/drivers/acpi/drivers/legacy/Kconfig b/drivers/acpi/drivers/legacy/Kconfig index 15a73b6..aee700e 100644 --- a/drivers/acpi/drivers/legacy/Kconfig +++ b/drivers/acpi/drivers/legacy/Kconfig @@ -11,10 +11,10 @@ config ACPI_DM_LEGACY for compatability testing. -config ACPI_AC - tristate "AC Adapter" - depends on X86 - default y +config ACPI_LEGACY_AC + tristate "AC Adapter (Legacy Driver)" + depends on ACPI_DM_LEGACY && !(ACPI_AC=y || ACPI_AC=m) && X86 + default m help This driver adds support for the AC Adapter object, which indicates whether a system is on AC, or not. If you have a system that can --- 0.99.9.GIT