aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatwey V. Kornilov <matwey@sai.msu.ru>2015-06-10 13:00:20 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-12 20:01:43 -0400
commitb42df9c2628306732d9322b328679355876dd916 (patch)
tree15cd0e9eef8f5a67a739e74d18fd378467d79aba
parent87672676021cf04b9c76f36a810ecd81ab069d7b (diff)
uio: pruss: Add CONFIG_HAS_IOMEM dependence
uio_pruss uses io memory, that should be explicitly depend on it Signed-off-by: Matwey V. Kornilov <matwey@sai.msu.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/uio/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/uio/Kconfig b/drivers/uio/Kconfig
index 8a15c323c030..91d9f2bf89d0 100644
--- a/drivers/uio/Kconfig
+++ b/drivers/uio/Kconfig
@@ -128,6 +128,7 @@ config UIO_PRUSS
128 tristate "Texas Instruments PRUSS driver" 128 tristate "Texas Instruments PRUSS driver"
129 depends on ARCH_DAVINCI_DA850 129 depends on ARCH_DAVINCI_DA850
130 select GENERIC_ALLOCATOR 130 select GENERIC_ALLOCATOR
131 depends on HAS_IOMEM
131 help 132 help
132 PRUSS driver for OMAPL138/DA850/AM18XX devices 133 PRUSS driver for OMAPL138/DA850/AM18XX devices
133 PRUSS driver requires user space components, examples and user space 134 PRUSS driver requires user space components, examples and user space