Kconfig (4d69f155d58d0f75c5404ea502178b1943a04755) | Kconfig (c8eb2d7e8202fd9cb912f5d33cc34ede66dcb24a) |
---|---|
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 --- 161 unchanged lines hidden (view full) --- 170 This driver provides downloading VPU firmware and 171 communicating with VPU. This driver for hw video 172 codec embedded in Mediatek's MT8173 SOCs. It is able 173 to handle video decoding/encoding in a range of formats. 174 175 To compile this driver as a module, choose M here: the 176 module will be called mtk-vpu. 177 | 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 --- 161 unchanged lines hidden (view full) --- 170 This driver provides downloading VPU firmware and 171 communicating with VPU. This driver for hw video 172 codec embedded in Mediatek's MT8173 SOCs. It is able 173 to handle video decoding/encoding in a range of formats. 174 175 To compile this driver as a module, choose M here: the 176 module will be called mtk-vpu. 177 |
178config VIDEO_MEDIATEK_MDP 179 tristate "Mediatek MDP driver" 180 depends on MTK_IOMMU || COMPILE_TEST 181 depends on VIDEO_DEV && VIDEO_V4L2 182 depends on ARCH_MEDIATEK || COMPILE_TEST 183 depends on HAS_DMA 184 select VIDEOBUF2_DMA_CONTIG 185 select V4L2_MEM2MEM_DEV 186 select VIDEO_MEDIATEK_VPU 187 default n 188 ---help--- 189 It is a v4l2 driver and present in Mediatek MT8173 SoCs. 190 The driver supports for scaling and color space conversion. 191 192 To compile this driver as a module, choose M here: the 193 module will be called mtk-mdp. 194 |
|
178config VIDEO_MEDIATEK_VCODEC 179 tristate "Mediatek Video Codec driver" 180 depends on MTK_IOMMU || COMPILE_TEST 181 depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA 182 depends on ARCH_MEDIATEK || COMPILE_TEST 183 select VIDEOBUF2_DMA_CONTIG 184 select V4L2_MEM2MEM_DEV 185 select VIDEO_MEDIATEK_VPU --- 193 unchanged lines hidden --- | 195config VIDEO_MEDIATEK_VCODEC 196 tristate "Mediatek Video Codec driver" 197 depends on MTK_IOMMU || COMPILE_TEST 198 depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA 199 depends on ARCH_MEDIATEK || COMPILE_TEST 200 select VIDEOBUF2_DMA_CONTIG 201 select V4L2_MEM2MEM_DEV 202 select VIDEO_MEDIATEK_VPU --- 193 unchanged lines hidden --- |