Kconfig (69d4a521586ef93db94451afa5072ec3f6bee401) | Kconfig (57b2c0628b6042b7cfad387fe54951ddf7185fd2) |
---|---|
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 --- 243 unchanged lines hidden (view full) --- 252 depends on VIDEO_DEV && VIDEO_V4L2 253 depends on HAS_DMA 254 depends on ARCH_STI || COMPILE_TEST 255 select VIDEOBUF2_DMA_CONTIG 256 select V4L2_MEM2MEM_DEV 257 help 258 This v4l2 mem2mem driver is a 2D blitter for STMicroelectronics SoC. 259 | 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 --- 243 unchanged lines hidden (view full) --- 252 depends on VIDEO_DEV && VIDEO_V4L2 253 depends on HAS_DMA 254 depends on ARCH_STI || COMPILE_TEST 255 select VIDEOBUF2_DMA_CONTIG 256 select V4L2_MEM2MEM_DEV 257 help 258 This v4l2 mem2mem driver is a 2D blitter for STMicroelectronics SoC. 259 |
260config VIDEO_STI_HVA 261 tristate "STMicroelectronics HVA multi-format video encoder V4L2 driver" 262 depends on VIDEO_DEV && VIDEO_V4L2 263 depends on HAS_DMA 264 depends on ARCH_STI || COMPILE_TEST 265 select VIDEOBUF2_DMA_CONTIG 266 select V4L2_MEM2MEM_DEV 267 help 268 This V4L2 driver enables HVA (Hardware Video Accelerator) multi-format 269 video encoder of STMicroelectronics SoC, allowing hardware encoding of 270 raw uncompressed formats in various compressed video bitstreams format. 271 272 To compile this driver as a module, choose M here: 273 the module will be called st-hva. 274 |
|
260config VIDEO_SH_VEU 261 tristate "SuperH VEU mem2mem video processing driver" 262 depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA 263 select VIDEOBUF2_DMA_CONTIG 264 select V4L2_MEM2MEM_DEV 265 help 266 Support for the Video Engine Unit (VEU) on SuperH and 267 SH-Mobile SoCs. --- 87 unchanged lines hidden --- | 275config VIDEO_SH_VEU 276 tristate "SuperH VEU mem2mem video processing driver" 277 depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA 278 select VIDEOBUF2_DMA_CONTIG 279 select V4L2_MEM2MEM_DEV 280 help 281 Support for the Video Engine Unit (VEU) on SuperH and 282 SH-Mobile SoCs. --- 87 unchanged lines hidden --- |