Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: add missing dependencies on CONFIG_HAS_IOMEM

Several drivers don't build on s390 with CONFIG_PCI disabled as
they require MMIO functions.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Cc: stable@vger.kernel.org # 3.9
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Ben Hutchings and committed by
Dmitry Torokhov
150e5928 d3bf073a

+2
+1
drivers/input/keyboard/Kconfig
··· 431 431 432 432 config KEYBOARD_OPENCORES 433 433 tristate "OpenCores Keyboard Controller" 434 + depends on HAS_IOMEM 434 435 help 435 436 Say Y here if you want to use the OpenCores Keyboard Controller 436 437 http://www.opencores.org/project,keyboardcontroller
+1
drivers/input/serio/Kconfig
··· 205 205 206 206 config SERIO_ALTERA_PS2 207 207 tristate "Altera UP PS/2 controller" 208 + depends on HAS_IOMEM 208 209 help 209 210 Say Y here if you have Altera University Program PS/2 ports. 210 211