aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2013-05-13 21:44:26 -0400
committerMatthew Garrett <matthew.garrett@nebula.com>2013-07-08 11:46:58 -0400
commite1a98e61c21694c9c690c7f253010cd44e89e7fd (patch)
tree14ec8e9bee1f37fe4c7358bbae1ad553d7357d26
parent9f2082025902b59193dbdcd63550c1e8bc58e706 (diff)
amilo-rfkill: Add dependency on SERIO_I8042
I forgot to add this when changing the driver to use the proper i8042 functions. Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
-rw-r--r--drivers/platform/x86/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index 85772616efbf..37645b923c52 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -176,6 +176,7 @@ config FUJITSU_TABLET
176config AMILO_RFKILL 176config AMILO_RFKILL
177 tristate "Fujitsu-Siemens Amilo rfkill support" 177 tristate "Fujitsu-Siemens Amilo rfkill support"
178 depends on RFKILL 178 depends on RFKILL
179 depends on SERIO_I8042
179 ---help--- 180 ---help---
180 This is a driver for enabling wifi on some Fujitsu-Siemens Amilo 181 This is a driver for enabling wifi on some Fujitsu-Siemens Amilo
181 laptops. 182 laptops.