projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe7554e
)
[media] coda: select GENERIC_ALLOCATOR
author
Philipp Zabel
<p.zabel@pengutronix.de>
Fri, 11 Jul 2014 09:36:25 +0000
(06:36 -0300)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Tue, 22 Jul 2014 15:02:53 +0000
(12:02 -0300)
The driver uses the genalloc API, which doesn't have stubs in
case GENERIC_ALLOCATOR is disabled.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/media/platform/Kconfig
b/drivers/media/platform/Kconfig
index 49e8c0a0e1e55e88526b16612b17b95125899c48..433f0bf2ed603e94d4dcb1b1e7355e976e379dcb 100644
(file)
--- a/
drivers/media/platform/Kconfig
+++ b/
drivers/media/platform/Kconfig
@@
-143,6
+143,7
@@
config VIDEO_CODA
select SRAM
select VIDEOBUF2_DMA_CONTIG
select V4L2_MEM2MEM_DEV
+ select GENERIC_ALLOCATOR
---help---
Coda is a range of video codec IPs that supports
H.264, MPEG-4, and other video formats.