From: Ben Hutchings Date: Tue, 14 May 2013 01:44:26 +0000 (+0100) Subject: amilo-rfkill: Add dependency on SERIO_I8042 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e1a98e61c21694c9c690c7f253010cd44e89e7fd;p=linux-beck.git 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 Signed-off-by: Ben Hutchings Signed-off-by: Matthew Garrett --- 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 config AMILO_RFKILL tristate "Fujitsu-Siemens Amilo rfkill support" depends on RFKILL + depends on SERIO_I8042 ---help--- This is a driver for enabling wifi on some Fujitsu-Siemens Amilo laptops.