diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2013-06-10 11:05:40 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-06-10 21:37:57 -0700 |
commit | 150e5928d6063b273a80d9d6722417ac3c93ff82 (patch) | |
tree | 2c37854ed7d92ddd11025609bcfd5f9c904b77f9 /drivers/input/keyboard/Kconfig | |
parent | d3bf073aa7d50f06f81b4065a39fd6dc046f8bb2 (diff) | |
download | talos-op-linux-150e5928d6063b273a80d9d6722417ac3c93ff82.tar.gz talos-op-linux-150e5928d6063b273a80d9d6722417ac3c93ff82.zip |
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>
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
-rw-r--r-- | drivers/input/keyboard/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index ac0500667000..c62ca1b47a37 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig @@ -431,6 +431,7 @@ config KEYBOARD_TEGRA config KEYBOARD_OPENCORES tristate "OpenCores Keyboard Controller" + depends on HAS_IOMEM help Say Y here if you want to use the OpenCores Keyboard Controller http://www.opencores.org/project,keyboardcontroller |