Subject: [PATCH] [acpi driver model] Create ACPI_DM_LEGACY config option - Use it to enable/disable selection of legacy drivers - Always set it to 'y' (only add silent option for dependencies and comment for now). Signed-off-by: Patrick Mochel --- drivers/acpi/drivers/legacy/Kconfig | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) applies-to: 346b54e8d33c56cd42d962473e84c84dfcc900e9 01f3a9f65f3a36589b1a34f60893a6dbe0f3c5a1 diff --git a/drivers/acpi/drivers/legacy/Kconfig b/drivers/acpi/drivers/legacy/Kconfig index f91c87c..15a73b6 100644 --- a/drivers/acpi/drivers/legacy/Kconfig +++ b/drivers/acpi/drivers/legacy/Kconfig @@ -1,3 +1,15 @@ +comment "Legacy ACPI Drivers" + depends on ACPI_DM + +config ACPI_DM_LEGACY + bool + default y + ---help--- + This option enables the option to select legacy drivers that have been + made obsolete by the new ACPI driver model. These drivers conform to the + older, less-robust driver model and should not be used any more, except + for compatability testing. + config ACPI_AC tristate "AC Adapter" --- 0.99.9.GIT