diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2013-02-13 16:29:01 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-02-13 23:21:07 -0500 |
commit | d722260d233949ec531c684248a88cb163608851 (patch) | |
tree | 29d0080bd99d7650ada9769eeb657ceb019614e8 /drivers/input/serio/Kconfig | |
parent | 21fb9f0d5e91152066c9be801b44a7c592fd3fa2 (diff) |
Input: add couple of missing GENERIC_HARDIRQS dependencies
When removing the !S390 dependency from drivers/input/Kconfig
a couple of drivers don't compile because they have a dependency
on GENERIC_HARDIRQS. So add the missing dependencies.
Fixes e.g. this one:
drivers/input/keyboard/lm8323.c: In function ‘lm8323_suspend’:
drivers/input/keyboard/lm8323.c:801:2: error: implicit declaration of function ‘irq_set_irq_wake’
[-Werror=implicit-function-declaration]
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/serio/Kconfig')
-rw-r--r-- | drivers/input/serio/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig index 4a4e182c33e7..560c243bfcaf 100644 --- a/drivers/input/serio/Kconfig +++ b/drivers/input/serio/Kconfig | |||
@@ -236,6 +236,7 @@ config SERIO_PS2MULT | |||
236 | 236 | ||
237 | config SERIO_ARC_PS2 | 237 | config SERIO_ARC_PS2 |
238 | tristate "ARC PS/2 support" | 238 | tristate "ARC PS/2 support" |
239 | depends on GENERIC_HARDIRQS | ||
239 | help | 240 | help |
240 | Say Y here if you have an ARC FPGA platform with a PS/2 | 241 | Say Y here if you have an ARC FPGA platform with a PS/2 |
241 | controller in it. | 242 | controller in it. |