Kconfig (527c465a3c8716d93201ae34b7fc52679610596d) | Kconfig (2c42cdbaec56a9565a2717b450506150c9c55103) |
---|---|
1# 2# Platform drivers 3# All 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 --- 217 unchanged lines hidden (view full) --- 226 tristate "SuperH VEU mem2mem video processing driver" 227 depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA 228 select VIDEOBUF2_DMA_CONTIG 229 select V4L2_MEM2MEM_DEV 230 help 231 Support for the Video Engine Unit (VEU) on SuperH and 232 SH-Mobile SoCs. 233 | 1# 2# Platform drivers 3# All 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 --- 217 unchanged lines hidden (view full) --- 226 tristate "SuperH VEU mem2mem video processing driver" 227 depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA 228 select VIDEOBUF2_DMA_CONTIG 229 select V4L2_MEM2MEM_DEV 230 help 231 Support for the Video Engine Unit (VEU) on SuperH and 232 SH-Mobile SoCs. 233 |
234config VIDEO_RENESAS_JPU 235 tristate "Renesas JPEG Processing Unit" 236 depends on VIDEO_DEV && VIDEO_V4L2 237 depends on ARCH_SHMOBILE || COMPILE_TEST 238 select VIDEOBUF2_DMA_CONTIG 239 select V4L2_MEM2MEM_DEV 240 ---help--- 241 This is a V4L2 driver for the Renesas JPEG Processing Unit. 242 243 To compile this driver as a module, choose M here: the module 244 will be called rcar_jpu. 245 |
|
234config VIDEO_RENESAS_VSP1 235 tristate "Renesas VSP1 Video Processing Engine" 236 depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && HAS_DMA 237 depends on (ARCH_SHMOBILE && OF) || COMPILE_TEST 238 select VIDEOBUF2_DMA_CONTIG 239 ---help--- 240 This is a V4L2 driver for the Renesas VSP1 video processing engine. 241 --- 41 unchanged lines hidden --- | 246config VIDEO_RENESAS_VSP1 247 tristate "Renesas VSP1 Video Processing Engine" 248 depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && HAS_DMA 249 depends on (ARCH_SHMOBILE && OF) || COMPILE_TEST 250 select VIDEOBUF2_DMA_CONTIG 251 ---help--- 252 This is a V4L2 driver for the Renesas VSP1 video processing engine. 253 --- 41 unchanged lines hidden --- |