]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
acer-wmi, tc1100-wmi: select ACPI_WMI
authorLen Brown <len.brown@intel.com>
Fri, 8 Feb 2008 05:37:16 +0000 (00:37 -0500)
committerLen Brown <len.brown@intel.com>
Fri, 8 Feb 2008 05:37:16 +0000 (00:37 -0500)
It is safe for these Kconfig entries to use select because
they select ACPI_WMI, which already has its dependencies
satisfied.  This makes Kconfig more user friendly, since
the user selects the driver they want and the dependency
is met for them.  Otherwise, the user would have to find
and enable ACPI_WMI to make enabling these drivers possible.

Signed-off-by: Len Brown <len.brown@intel.com>
drivers/misc/Kconfig

index 218c65a7d91421c9da10a581ff7181e76a438a9a..e19343ec20cdafe724e6bde51ff26c67c299b47a 100644 (file)
@@ -97,9 +97,9 @@ config ACER_WMI
        depends on X86
        depends on EXPERIMENTAL
        depends on ACPI
-       depends on ACPI_WMI
        depends on LEDS_CLASS
        depends on BACKLIGHT_CLASS_DEVICE
+       select ACPI_WMI
        ---help---
          This is a driver for newer Acer (and Wistron) laptops. It adds
          wireless radio and bluetooth control, and on some laptops,
@@ -146,7 +146,7 @@ config TC1100_WMI
        tristate "HP Compaq TC1100 Tablet WMI Extras"
        depends on X86 && !X86_64
        depends on ACPI
-       depends on ACPI_WMI
+       select ACPI_WMI
        ---help---
          This is a driver for the WMI extensions (wireless and bluetooth power
          control) of the HP Compaq TC1100 tablet.