Kconfig (946e0f6ffcaa614012d646f4cf84efdd62628c8b) | Kconfig (3003a180ef6b9462f3cccc2a89884ef2332d2a1c) |
---|---|
1# 2# Platform drivers 3# Most drivers here are currently for webcam support 4 5menuconfig V4L_PLATFORM_DRIVERS 6 bool "V4L platform devices" 7 depends on MEDIA_CAMERA_SUPPORT 8 default n --- 96 unchanged lines hidden (view full) --- 105 To compile this driver as a module, choose M here: the module 106 will be called s3c-camif. 107 108source "drivers/media/platform/soc_camera/Kconfig" 109source "drivers/media/platform/exynos4-is/Kconfig" 110source "drivers/media/platform/s5p-tv/Kconfig" 111source "drivers/media/platform/am437x/Kconfig" 112source "drivers/media/platform/xilinx/Kconfig" | 1# 2# Platform drivers 3# Most drivers here are currently for webcam support 4 5menuconfig V4L_PLATFORM_DRIVERS 6 bool "V4L platform devices" 7 depends on MEDIA_CAMERA_SUPPORT 8 default n --- 96 unchanged lines hidden (view full) --- 105 To compile this driver as a module, choose M here: the module 106 will be called s3c-camif. 107 108source "drivers/media/platform/soc_camera/Kconfig" 109source "drivers/media/platform/exynos4-is/Kconfig" 110source "drivers/media/platform/s5p-tv/Kconfig" 111source "drivers/media/platform/am437x/Kconfig" 112source "drivers/media/platform/xilinx/Kconfig" |
113source "drivers/media/platform/rcar-vin/Kconfig" |
|
113 114config VIDEO_TI_CAL 115 tristate "TI CAL (Camera Adaptation Layer) driver" 116 depends on VIDEO_DEV && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 117 depends on SOC_DRA7XX || COMPILE_TEST 118 depends on HAS_DMA 119 select VIDEOBUF2_DMA_CONTIG 120 default n --- 26 unchanged lines hidden (view full) --- 147 select VIDEOBUF2_DMA_CONTIG 148 select VIDEOBUF2_VMALLOC 149 select V4L2_MEM2MEM_DEV 150 select GENERIC_ALLOCATOR 151 ---help--- 152 Coda is a range of video codec IPs that supports 153 H.264, MPEG-4, and other video formats. 154 | 114 115config VIDEO_TI_CAL 116 tristate "TI CAL (Camera Adaptation Layer) driver" 117 depends on VIDEO_DEV && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 118 depends on SOC_DRA7XX || COMPILE_TEST 119 depends on HAS_DMA 120 select VIDEOBUF2_DMA_CONTIG 121 default n --- 26 unchanged lines hidden (view full) --- 148 select VIDEOBUF2_DMA_CONTIG 149 select VIDEOBUF2_VMALLOC 150 select V4L2_MEM2MEM_DEV 151 select GENERIC_ALLOCATOR 152 ---help--- 153 Coda is a range of video codec IPs that supports 154 H.264, MPEG-4, and other video formats. 155 |
156config VIDEO_MEDIATEK_VPU 157 tristate "Mediatek Video Processor Unit" 158 depends on VIDEO_DEV && VIDEO_V4L2 159 depends on ARCH_MEDIATEK || COMPILE_TEST 160 ---help--- 161 This driver provides downloading VPU firmware and 162 communicating with VPU. This driver for hw video 163 codec embedded in Mediatek's MT8173 SOCs. It is able 164 to handle video decoding/encoding in a range of formats. 165 166 To compile this driver as a module, choose M here: the 167 module will be called mtk-vpu. 168 |
|
155config VIDEO_MEM2MEM_DEINTERLACE 156 tristate "Deinterlace support" 157 depends on VIDEO_DEV && VIDEO_V4L2 && DMA_ENGINE 158 depends on HAS_DMA 159 select VIDEOBUF2_DMA_CONTIG 160 select V4L2_MEM2MEM_DEV 161 help 162 Generic deinterlacing V4L2 driver. --- 147 unchanged lines hidden --- | 169config VIDEO_MEM2MEM_DEINTERLACE 170 tristate "Deinterlace support" 171 depends on VIDEO_DEV && VIDEO_V4L2 && DMA_ENGINE 172 depends on HAS_DMA 173 select VIDEOBUF2_DMA_CONTIG 174 select V4L2_MEM2MEM_DEV 175 help 176 Generic deinterlacing V4L2 driver. --- 147 unchanged lines hidden --- |