diff options
author | Hugues Fruchet <hugues.fruchet@st.com> | 2017-02-02 12:59:48 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-02-08 10:00:27 -0200 |
commit | f386509e49594591f80af2e5a73d4c9ce389aa29 (patch) | |
tree | c6459059b2d65f94b472bbcd5b65f3136ff4e191 /drivers/media/platform/Kconfig | |
parent | f34b87e486c5e2b219b1e21084299855ca25a05d (diff) | |
download | blackbird-obmc-linux-f386509e49594591f80af2e5a73d4c9ce389aa29.tar.gz blackbird-obmc-linux-f386509e49594591f80af2e5a73d4c9ce389aa29.zip |
[media] st-delta: STiH4xx multi-format video decoder v4l2 driver
This V4L2 driver enables DELTA multi-format video decoder
of STMicroelectronics STiH4xx SoC series.
Acked-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/platform/Kconfig')
-rw-r--r-- | drivers/media/platform/Kconfig | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig index 0245af0b76e0..863c61a0895e 100644 --- a/drivers/media/platform/Kconfig +++ b/drivers/media/platform/Kconfig @@ -312,6 +312,34 @@ config VIDEO_STI_HVA_DEBUGFS Choose N unless you know you need this. +config VIDEO_STI_DELTA + tristate "STMicroelectronics DELTA multi-format video decoder V4L2 driver" + depends on VIDEO_DEV && VIDEO_V4L2 + depends on ARCH_STI || COMPILE_TEST + depends on HAS_DMA + help + This V4L2 driver enables DELTA multi-format video decoder + of STMicroelectronics STiH4xx SoC series allowing hardware + decoding of various compressed video bitstream format in + raw uncompressed format. + + Use this option to see the decoders available for such + hardware. + + Please notice that the driver will only be built if + at least one of the DELTA decoder below is selected. + +if VIDEO_STI_DELTA + +config VIDEO_STI_DELTA_DRIVER + tristate + depends on VIDEO_STI_DELTA + default n + select VIDEOBUF2_DMA_CONTIG + select V4L2_MEM2MEM_DEV + +endif # VIDEO_STI_DELTA + config VIDEO_SH_VEU tristate "SuperH VEU mem2mem video processing driver" depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA |