projects
/
deliverable
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8767267
)
uio: pruss: Add CONFIG_HAS_IOMEM dependence
author
Matwey V. Kornilov
<matwey@sai.msu.ru>
Wed, 10 Jun 2015 17:00:20 +0000
(20:00 +0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 13 Jun 2015 00:01:43 +0000
(17:01 -0700)
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>
drivers/uio/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/uio/Kconfig
b/drivers/uio/Kconfig
index 8a15c323c030f566a03ae56502b0fe331fd09d04..91d9f2bf89d0bfe202b9db4532bdd0654a77a83e 100644
(file)
--- a/
drivers/uio/Kconfig
+++ b/
drivers/uio/Kconfig
@@
-128,6
+128,7
@@
config UIO_PRUSS
tristate "Texas Instruments PRUSS driver"
depends on ARCH_DAVINCI_DA850
select GENERIC_ALLOCATOR
+ depends on HAS_IOMEM
help
PRUSS driver for OMAPL138/DA850/AM18XX devices
PRUSS driver requires user space components, examples and user space
This page took
0.025091 seconds
and
5
git commands to generate.