Commit b42df9c2 authored by Matwey V. Kornilov's avatar Matwey V. Kornilov Committed by Greg Kroah-Hartman

uio: pruss: Add CONFIG_HAS_IOMEM dependence

uio_pruss uses io memory, that should be explicitly depend on it
Signed-off-by: default avatarMatwey V. Kornilov <matwey@sai.msu.ru>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 87672676
...@@ -128,6 +128,7 @@ config UIO_PRUSS ...@@ -128,6 +128,7 @@ config UIO_PRUSS
tristate "Texas Instruments PRUSS driver" tristate "Texas Instruments PRUSS driver"
depends on ARCH_DAVINCI_DA850 depends on ARCH_DAVINCI_DA850
select GENERIC_ALLOCATOR select GENERIC_ALLOCATOR
depends on HAS_IOMEM
help help
PRUSS driver for OMAPL138/DA850/AM18XX devices PRUSS driver for OMAPL138/DA850/AM18XX devices
PRUSS driver requires user space components, examples and user space PRUSS driver requires user space components, examples and user space
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment