mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08:00
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>
This commit is contained in:
parent
d3bf073aa7
commit
150e5928d6
@ -431,6 +431,7 @@ config KEYBOARD_TEGRA
|
|||||||
|
|
||||||
config KEYBOARD_OPENCORES
|
config KEYBOARD_OPENCORES
|
||||||
tristate "OpenCores Keyboard Controller"
|
tristate "OpenCores Keyboard Controller"
|
||||||
|
depends on HAS_IOMEM
|
||||||
help
|
help
|
||||||
Say Y here if you want to use the OpenCores Keyboard Controller
|
Say Y here if you want to use the OpenCores Keyboard Controller
|
||||||
http://www.opencores.org/project,keyboardcontroller
|
http://www.opencores.org/project,keyboardcontroller
|
||||||
|
@ -205,6 +205,7 @@ config SERIO_XILINX_XPS_PS2
|
|||||||
|
|
||||||
config SERIO_ALTERA_PS2
|
config SERIO_ALTERA_PS2
|
||||||
tristate "Altera UP PS/2 controller"
|
tristate "Altera UP PS/2 controller"
|
||||||
|
depends on HAS_IOMEM
|
||||||
help
|
help
|
||||||
Say Y here if you have Altera University Program PS/2 ports.
|
Say Y here if you have Altera University Program PS/2 ports.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user