aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r--drivers/misc/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 1941587a7aa2..c143a86c2ea6 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -106,9 +106,9 @@ config ACER_WMI
106 depends on X86 106 depends on X86
107 depends on EXPERIMENTAL 107 depends on EXPERIMENTAL
108 depends on ACPI 108 depends on ACPI
109 depends on ACPI_WMI
110 depends on LEDS_CLASS 109 depends on LEDS_CLASS
111 depends on BACKLIGHT_CLASS_DEVICE 110 depends on BACKLIGHT_CLASS_DEVICE
111 select ACPI_WMI
112 ---help--- 112 ---help---
113 This is a driver for newer Acer (and Wistron) laptops. It adds 113 This is a driver for newer Acer (and Wistron) laptops. It adds
114 wireless radio and bluetooth control, and on some laptops, 114 wireless radio and bluetooth control, and on some laptops,
@@ -155,7 +155,7 @@ config TC1100_WMI
155 tristate "HP Compaq TC1100 Tablet WMI Extras" 155 tristate "HP Compaq TC1100 Tablet WMI Extras"
156 depends on X86 && !X86_64 156 depends on X86 && !X86_64
157 depends on ACPI 157 depends on ACPI
158 depends on ACPI_WMI 158 select ACPI_WMI
159 ---help--- 159 ---help---
160 This is a driver for the WMI extensions (wireless and bluetooth power 160 This is a driver for the WMI extensions (wireless and bluetooth power
161 control) of the HP Compaq TC1100 tablet. 161 control) of the HP Compaq TC1100 tablet.
@@ -288,6 +288,7 @@ config ATMEL_SSC
288config INTEL_MENLOW 288config INTEL_MENLOW
289 tristate "Thermal Management driver for Intel menlow platform" 289 tristate "Thermal Management driver for Intel menlow platform"
290 depends on ACPI_THERMAL 290 depends on ACPI_THERMAL
291 depends on X86
291 ---help--- 292 ---help---
292 ACPI thermal management enhancement driver on 293 ACPI thermal management enhancement driver on
293 Intel Menlow platform. 294 Intel Menlow platform.