summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/Kconfig
diff options
context:
space:
mode:
authorPhilipp Zabel2014-07-11 11:36:25 +0200
committerMauro Carvalho Chehab2014-07-22 17:02:53 +0200
commit39b06acc5f44a261af7cb88c3f7db4bf4da55d0e (patch)
tree446be5c79637e018ca62ba475fd983d8b2615f48 /drivers/media/platform/Kconfig
parent[media] coda: split firmware version check out of coda_hw_init (diff)
downloadkernel-qcow2-linux-39b06acc5f44a261af7cb88c3f7db4bf4da55d0e.tar.gz
kernel-qcow2-linux-39b06acc5f44a261af7cb88c3f7db4bf4da55d0e.tar.xz
kernel-qcow2-linux-39b06acc5f44a261af7cb88c3f7db4bf4da55d0e.zip
[media] coda: select GENERIC_ALLOCATOR
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>
Diffstat (limited to 'drivers/media/platform/Kconfig')
-rw-r--r--drivers/media/platform/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig
index 49e8c0a0e1e5..433f0bf2ed60 100644
--- 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.