projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b42df9c
)
uio: pruss: Drop depends on ARCH_DAVINCI_DA850 from config
author
Matwey V. Kornilov
<matwey@sai.msu.ru>
Wed, 10 Jun 2015 17:00:21 +0000
(20:00 +0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 13 Jun 2015 00:01:43 +0000
(17:01 -0700)
mach-dependant stuff has been removed by
2eb2478d471e
("uio: uio_pruss: replace private SRAM API with genalloc")
There is no need to keep
depends on ARCH_DAVINCI_DA850
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 91d9f2bf89d0bfe202b9db4532bdd0654a77a83e..48fb1d983f6c6adb00480bc4f6abb3cb229f4d65 100644
(file)
--- a/
drivers/uio/Kconfig
+++ b/
drivers/uio/Kconfig
@@
-126,7
+126,6
@@
config UIO_FSL_ELBC_GPCM_NETX5152
config UIO_PRUSS
tristate "Texas Instruments PRUSS driver"
- depends on ARCH_DAVINCI_DA850
select GENERIC_ALLOCATOR
depends on HAS_IOMEM
help