diff options
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index c128fac0ce2c..c95954d9692b 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -1224,6 +1224,15 @@ config VIDEO_MEM2MEM_TESTDEV | |||
1224 | This is a virtual test device for the memory-to-memory driver | 1224 | This is a virtual test device for the memory-to-memory driver |
1225 | framework. | 1225 | framework. |
1226 | 1226 | ||
1227 | config VIDEO_CODA | ||
1228 | tristate "Chips&Media Coda multi-standard codec IP" | ||
1229 | depends on VIDEO_DEV && VIDEO_V4L2 | ||
1230 | select VIDEOBUF2_DMA_CONTIG | ||
1231 | select V4L2_MEM2MEM_DEV | ||
1232 | ---help--- | ||
1233 | Coda is a range of video codec IPs that supports | ||
1234 | H.264, MPEG-4, and other video formats. | ||
1235 | |||
1227 | config VIDEO_SAMSUNG_S5P_G2D | 1236 | config VIDEO_SAMSUNG_S5P_G2D |
1228 | tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver" | 1237 | tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver" |
1229 | depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P | 1238 | depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P |