aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/platform/x86/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index 254c4ef6be35..fbee997d2c24 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -23,7 +23,7 @@ config ACER_WMI
23 depends on BACKLIGHT_CLASS_DEVICE 23 depends on BACKLIGHT_CLASS_DEVICE
24 depends on SERIO_I8042 24 depends on SERIO_I8042
25 depends on RFKILL || RFKILL = n 25 depends on RFKILL || RFKILL = n
26 select ACPI_WMI 26 depends on ACPI_WMI
27 ---help--- 27 ---help---
28 This is a driver for newer Acer (and Wistron) laptops. It adds 28 This is a driver for newer Acer (and Wistron) laptops. It adds
29 wireless radio and bluetooth control, and on some laptops, 29 wireless radio and bluetooth control, and on some laptops,
@@ -131,7 +131,7 @@ config TC1100_WMI
131 depends on !X86_64 131 depends on !X86_64
132 depends on EXPERIMENTAL 132 depends on EXPERIMENTAL
133 depends on ACPI 133 depends on ACPI
134 select ACPI_WMI 134 depends on ACPI_WMI
135 ---help--- 135 ---help---
136 This is a driver for the WMI extensions (wireless and bluetooth power 136 This is a driver for the WMI extensions (wireless and bluetooth power
137 control) of the HP Compaq TC1100 tablet. 137 control) of the HP Compaq TC1100 tablet.