diff options
author | Len Brown <len.brown@intel.com> | 2008-02-08 00:37:16 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-02-08 00:37:16 -0500 |
commit | 4a507d93fac78ecd37d18343c57c564f6a126f01 (patch) | |
tree | 8e71144378b8cd970060b0cb34c2568143122360 /drivers/misc | |
parent | 20b4514799ebcfb04b45537e90e421cb73fd0cc9 (diff) |
acer-wmi, tc1100-wmi: select ACPI_WMI
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>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 218c65a7d914..e19343ec20cd 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -97,9 +97,9 @@ config ACER_WMI | |||
97 | depends on X86 | 97 | depends on X86 |
98 | depends on EXPERIMENTAL | 98 | depends on EXPERIMENTAL |
99 | depends on ACPI | 99 | depends on ACPI |
100 | depends on ACPI_WMI | ||
101 | depends on LEDS_CLASS | 100 | depends on LEDS_CLASS |
102 | depends on BACKLIGHT_CLASS_DEVICE | 101 | depends on BACKLIGHT_CLASS_DEVICE |
102 | select ACPI_WMI | ||
103 | ---help--- | 103 | ---help--- |
104 | This is a driver for newer Acer (and Wistron) laptops. It adds | 104 | This is a driver for newer Acer (and Wistron) laptops. It adds |
105 | wireless radio and bluetooth control, and on some laptops, | 105 | wireless radio and bluetooth control, and on some laptops, |
@@ -146,7 +146,7 @@ config TC1100_WMI | |||
146 | tristate "HP Compaq TC1100 Tablet WMI Extras" | 146 | tristate "HP Compaq TC1100 Tablet WMI Extras" |
147 | depends on X86 && !X86_64 | 147 | depends on X86 && !X86_64 |
148 | depends on ACPI | 148 | depends on ACPI |
149 | depends on ACPI_WMI | 149 | select ACPI_WMI |
150 | ---help--- | 150 | ---help--- |
151 | This is a driver for the WMI extensions (wireless and bluetooth power | 151 | This is a driver for the WMI extensions (wireless and bluetooth power |
152 | control) of the HP Compaq TC1100 tablet. | 152 | control) of the HP Compaq TC1100 tablet. |