Hans Verkuil | 044ab15 | 2011-09-30 05:05:35 -0300 | [diff] [blame] | 1 | # |
Mauro Carvalho Chehab | 724f4a3 | 2012-05-28 08:17:49 -0300 | [diff] [blame] | 2 | # Platform drivers |
Peter Griffin | 850a3f7 | 2015-07-30 14:09:00 -0300 | [diff] [blame] | 3 | # Most drivers here are currently for webcam support |
Mauro Carvalho Chehab | 724f4a3 | 2012-05-28 08:17:49 -0300 | [diff] [blame] | 4 | |
Hans Verkuil | e9eb0da | 2011-11-08 11:02:34 -0300 | [diff] [blame] | 5 | menuconfig V4L_PLATFORM_DRIVERS |
| 6 | bool "V4L platform devices" |
Mauro Carvalho Chehab | 724f4a3 | 2012-05-28 08:17:49 -0300 | [diff] [blame] | 7 | depends on MEDIA_CAMERA_SUPPORT |
Hans Verkuil | e9eb0da | 2011-11-08 11:02:34 -0300 | [diff] [blame] | 8 | default n |
| 9 | ---help--- |
| 10 | Say Y here to enable support for platform-specific V4L drivers. |
| 11 | |
| 12 | if V4L_PLATFORM_DRIVERS |
| 13 | |
Mauro Carvalho Chehab | 2c3fb08 | 2012-08-14 17:31:16 -0300 | [diff] [blame] | 14 | source "drivers/media/platform/marvell-ccic/Kconfig" |
Jonathan Corbet | f8fc729 | 2011-06-11 17:46:42 +0000 | [diff] [blame] | 15 | |
Hans Verkuil | 9fa0b85 | 2011-09-30 09:06:11 -0300 | [diff] [blame] | 16 | config VIDEO_VIA_CAMERA |
| 17 | tristate "VIAFB camera controller support" |
| 18 | depends on FB_VIA |
| 19 | select VIDEOBUF_DMA_SG |
| 20 | select VIDEO_OV7670 |
| 21 | help |
| 22 | Driver support for the integrated camera controller in VIA |
| 23 | Chrome9 chipsets. Currently only tested on OLPC xo-1.5 systems |
| 24 | with ov7670 sensors. |
| 25 | |
| 26 | # |
| 27 | # Platform multimedia device configuration |
| 28 | # |
| 29 | |
Mauro Carvalho Chehab | 2c3fb08 | 2012-08-14 17:31:16 -0300 | [diff] [blame] | 30 | source "drivers/media/platform/davinci/Kconfig" |
Hans Verkuil | 9fa0b85 | 2011-09-30 09:06:11 -0300 | [diff] [blame] | 31 | |
Mauro Carvalho Chehab | 2c3fb08 | 2012-08-14 17:31:16 -0300 | [diff] [blame] | 32 | source "drivers/media/platform/omap/Kconfig" |
Hans Verkuil | 9fa0b85 | 2011-09-30 09:06:11 -0300 | [diff] [blame] | 33 | |
Mauro Carvalho Chehab | 2c3fb08 | 2012-08-14 17:31:16 -0300 | [diff] [blame] | 34 | source "drivers/media/platform/blackfin/Kconfig" |
Scott Jiang | 63b1a90 | 2012-03-08 17:44:17 -0300 | [diff] [blame] | 35 | |
Hans Verkuil | 9fa0b85 | 2011-09-30 09:06:11 -0300 | [diff] [blame] | 36 | config VIDEO_SH_VOU |
| 37 | tristate "SuperH VOU video output driver" |
Mauro Carvalho Chehab | b633446 | 2012-08-20 10:32:19 -0300 | [diff] [blame] | 38 | depends on MEDIA_CAMERA_SUPPORT |
Geert Uytterhoeven | 111eeaa | 2014-02-21 16:57:17 -0300 | [diff] [blame] | 39 | depends on VIDEO_DEV && I2C && HAS_DMA |
Laurent Pinchart | 215c65a0 | 2013-11-26 22:18:28 -0300 | [diff] [blame] | 40 | depends on ARCH_SHMOBILE || COMPILE_TEST |
Arnd Bergmann | 3ff863b | 2015-10-15 21:35:40 -0300 | [diff] [blame] | 41 | select VIDEOBUF2_DMA_CONTIG |
Hans Verkuil | 9fa0b85 | 2011-09-30 09:06:11 -0300 | [diff] [blame] | 42 | help |
| 43 | Support for the Video Output Unit (VOU) on SuperH SoCs. |
| 44 | |
| 45 | config VIDEO_VIU |
| 46 | tristate "Freescale VIU Video Driver" |
| 47 | depends on VIDEO_V4L2 && PPC_MPC512x |
| 48 | select VIDEOBUF_DMA_CONTIG |
| 49 | default y |
| 50 | ---help--- |
| 51 | Support for Freescale VIU video driver. This device captures |
| 52 | video data, or overlays video on DIU frame buffer. |
| 53 | |
| 54 | Say Y here if you want to enable VIU device on MPC5121e Rev2+. |
| 55 | In doubt, say N. |
| 56 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 57 | config VIDEO_M32R_AR |
| 58 | tristate "AR devices" |
Mauro Carvalho Chehab | 7155043 | 2014-08-20 13:21:35 -0600 | [diff] [blame] | 59 | depends on VIDEO_V4L2 |
| 60 | depends on M32R || COMPILE_TEST |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 61 | ---help--- |
| 62 | This is a video4linux driver for the Renesas AR (Artificial Retina) |
| 63 | camera module. |
| 64 | |
| 65 | config VIDEO_M32R_AR_M64278 |
Mauro Carvalho Chehab | 0518999 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 66 | tristate "AR device with color module M64278(VGA)" |
| 67 | depends on PLAT_M32700UT |
| 68 | select VIDEO_M32R_AR |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 69 | ---help--- |
Mauro Carvalho Chehab | 0518999 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 70 | This is a video4linux driver for the Renesas AR (Artificial |
| 71 | Retina) with M64278E-800 camera module. |
| 72 | This module supports VGA(640x480 pixels) resolutions. |
| 73 | |
| 74 | To compile this driver as a module, choose M here: the |
| 75 | module will be called arv. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 76 | |
Laurent Pinchart | 7e8970e | 2011-02-12 18:05:06 -0300 | [diff] [blame] | 77 | config VIDEO_OMAP3 |
Kees Cook | e141a48 | 2013-01-16 18:53:43 -0800 | [diff] [blame] | 78 | tristate "OMAP 3 Camera support" |
Laurent Pinchart | 2a0a547 | 2014-01-02 20:06:08 -0300 | [diff] [blame] | 79 | depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3 |
Laurent Pinchart | 78c66fb | 2015-05-20 04:08:30 -0300 | [diff] [blame] | 80 | depends on HAS_DMA && OF |
Gerd Hoffmann | 06b718c | 2014-11-11 09:17:00 +0100 | [diff] [blame] | 81 | depends on OMAP_IOMMU |
Laurent Pinchart | 2a0a547 | 2014-01-02 20:06:08 -0300 | [diff] [blame] | 82 | select ARM_DMA_USE_IOMMU |
Peter Meerwald | 9aabd95 | 2014-07-04 04:51:47 -0300 | [diff] [blame] | 83 | select VIDEOBUF2_DMA_CONTIG |
Sakari Ailus | 503596a | 2015-03-25 19:57:34 -0300 | [diff] [blame] | 84 | select MFD_SYSCON |
Laurent Pinchart | 7e8970e | 2011-02-12 18:05:06 -0300 | [diff] [blame] | 85 | ---help--- |
| 86 | Driver for an OMAP 3 camera controller. |
| 87 | |
| 88 | config VIDEO_OMAP3_DEBUG |
| 89 | bool "OMAP 3 Camera debug messages" |
| 90 | depends on VIDEO_OMAP3 |
| 91 | ---help--- |
| 92 | Enable debug messages on OMAP 3 camera controller driver. |
| 93 | |
Robert Jarzmik | 4bb738f | 2016-09-06 06:04:23 -0300 | [diff] [blame] | 94 | config VIDEO_PXA27x |
| 95 | tristate "PXA27x Quick Capture Interface driver" |
Arnd Bergmann | ff68102 | 2016-09-19 09:46:30 -0300 | [diff] [blame] | 96 | depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA |
Hans Verkuil | 5809ecd | 2016-09-06 07:37:45 -0300 | [diff] [blame] | 97 | depends on PXA27x || COMPILE_TEST |
Robert Jarzmik | 4bb738f | 2016-09-06 06:04:23 -0300 | [diff] [blame] | 98 | select VIDEOBUF2_DMA_SG |
| 99 | select SG_SPLIT |
| 100 | ---help--- |
| 101 | This is a v4l2 driver for the PXA27x Quick Capture Interface |
| 102 | |
Sylwester Nawrocki | babde1c | 2012-08-22 20:09:18 -0300 | [diff] [blame] | 103 | config VIDEO_S3C_CAMIF |
| 104 | tristate "Samsung S3C24XX/S3C64XX SoC Camera Interface driver" |
| 105 | depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API |
Rafael J. Wysocki | 1b3e3aa | 2014-12-13 00:44:04 +0100 | [diff] [blame] | 106 | depends on PM |
Mauro Carvalho Chehab | 7155043 | 2014-08-20 13:21:35 -0600 | [diff] [blame] | 107 | depends on ARCH_S3C64XX || PLAT_S3C24XX || COMPILE_TEST |
Mauro Carvalho Chehab | 12bd88e | 2014-08-26 16:45:39 -0300 | [diff] [blame] | 108 | depends on HAS_DMA |
Sylwester Nawrocki | babde1c | 2012-08-22 20:09:18 -0300 | [diff] [blame] | 109 | select VIDEOBUF2_DMA_CONTIG |
| 110 | ---help--- |
| 111 | This is a v4l2 driver for s3c24xx and s3c64xx SoC series camera |
| 112 | host interface (CAMIF). |
| 113 | |
| 114 | To compile this driver as a module, choose M here: the module |
| 115 | will be called s3c-camif. |
| 116 | |
Mauro Carvalho Chehab | b47ff4a | 2012-08-20 09:49:34 -0300 | [diff] [blame] | 117 | source "drivers/media/platform/soc_camera/Kconfig" |
Sylwester Nawrocki | 56fa1a6 | 2013-03-24 16:54:25 +0100 | [diff] [blame] | 118 | source "drivers/media/platform/exynos4-is/Kconfig" |
Benoit Parrot | 417d2e5 | 2014-12-09 16:43:44 -0300 | [diff] [blame] | 119 | source "drivers/media/platform/am437x/Kconfig" |
Laurent Pinchart | df33051 | 2013-05-15 11:36:19 -0300 | [diff] [blame] | 120 | source "drivers/media/platform/xilinx/Kconfig" |
Niklas Söderlund | f00add9 | 2016-04-26 10:22:19 -0300 | [diff] [blame] | 121 | source "drivers/media/platform/rcar-vin/Kconfig" |
Songjun Wu | 1062674 | 2016-08-17 03:05:27 -0300 | [diff] [blame] | 122 | source "drivers/media/platform/atmel/Kconfig" |
Tomasz Stanislawski | a52074e | 2011-03-02 13:16:37 -0300 | [diff] [blame] | 123 | |
Benoit Parrot | 343e89a | 2016-01-06 21:37:26 -0200 | [diff] [blame] | 124 | config VIDEO_TI_CAL |
| 125 | tristate "TI CAL (Camera Adaptation Layer) driver" |
| 126 | depends on VIDEO_DEV && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
| 127 | depends on SOC_DRA7XX || COMPILE_TEST |
Sudip Mukherjee | 8344622 | 2016-02-12 08:53:28 -0200 | [diff] [blame] | 128 | depends on HAS_DMA |
Benoit Parrot | 343e89a | 2016-01-06 21:37:26 -0200 | [diff] [blame] | 129 | select VIDEOBUF2_DMA_CONTIG |
| 130 | default n |
| 131 | ---help--- |
| 132 | Support for the TI CAL (Camera Adaptation Layer) block |
| 133 | found on DRA72X SoC. |
| 134 | In TI Technical Reference Manual this module is referred as |
| 135 | Camera Interface Subsystem (CAMSS). |
| 136 | |
Hans Verkuil | e9eb0da | 2011-11-08 11:02:34 -0300 | [diff] [blame] | 137 | endif # V4L_PLATFORM_DRIVERS |
Pawel Osciak | 7f98639 | 2010-04-23 05:38:37 -0300 | [diff] [blame] | 138 | |
| 139 | menuconfig V4L_MEM2MEM_DRIVERS |
| 140 | bool "Memory-to-memory multimedia devices" |
| 141 | depends on VIDEO_V4L2 |
Mauro Carvalho Chehab | b633446 | 2012-08-20 10:32:19 -0300 | [diff] [blame] | 142 | depends on MEDIA_CAMERA_SUPPORT |
Pawel Osciak | 7f98639 | 2010-04-23 05:38:37 -0300 | [diff] [blame] | 143 | default n |
| 144 | ---help--- |
| 145 | Say Y here to enable selecting drivers for V4L devices that |
| 146 | use system memory for both source and destination buffers, as opposed |
| 147 | to capture and output drivers, which use memory buffers for just |
| 148 | one of those. |
Pawel Osciak | 96d8eab | 2010-04-23 05:38:38 -0300 | [diff] [blame] | 149 | |
| 150 | if V4L_MEM2MEM_DRIVERS |
| 151 | |
Javier Martin | 186b250 | 2012-07-26 05:53:35 -0300 | [diff] [blame] | 152 | config VIDEO_CODA |
| 153 | tristate "Chips&Media Coda multi-standard codec IP" |
Mauro Carvalho Chehab | c1b5e3d | 2017-03-09 16:55:48 -0300 | [diff] [blame] | 154 | depends on VIDEO_DEV && VIDEO_V4L2 && (ARCH_MXC || COMPILE_TEST) |
Mauro Carvalho Chehab | 12bd88e | 2014-08-26 16:45:39 -0300 | [diff] [blame] | 155 | depends on HAS_DMA |
Fabio Estevam | e943634 | 2013-09-30 11:12:22 -0300 | [diff] [blame] | 156 | select SRAM |
Javier Martin | 186b250 | 2012-07-26 05:53:35 -0300 | [diff] [blame] | 157 | select VIDEOBUF2_DMA_CONTIG |
Philipp Zabel | bb04aa6 | 2015-01-23 13:51:30 -0300 | [diff] [blame] | 158 | select VIDEOBUF2_VMALLOC |
Javier Martin | 186b250 | 2012-07-26 05:53:35 -0300 | [diff] [blame] | 159 | select V4L2_MEM2MEM_DEV |
Philipp Zabel | 39b06ac | 2014-07-11 06:36:25 -0300 | [diff] [blame] | 160 | select GENERIC_ALLOCATOR |
Javier Martin | 186b250 | 2012-07-26 05:53:35 -0300 | [diff] [blame] | 161 | ---help--- |
| 162 | Coda is a range of video codec IPs that supports |
| 163 | H.264, MPEG-4, and other video formats. |
| 164 | |
Philipp Zabel | b0444f1 | 2017-01-20 12:00:20 -0200 | [diff] [blame] | 165 | config VIDEO_IMX_VDOA |
| 166 | def_tristate VIDEO_CODA if SOC_IMX6Q || COMPILE_TEST |
| 167 | |
Rick Chang | b2f0d27 | 2016-12-14 06:04:48 -0200 | [diff] [blame] | 168 | config VIDEO_MEDIATEK_JPEG |
| 169 | tristate "Mediatek JPEG Codec driver" |
| 170 | depends on MTK_IOMMU_V1 || COMPILE_TEST |
| 171 | depends on VIDEO_DEV && VIDEO_V4L2 |
| 172 | depends on ARCH_MEDIATEK || COMPILE_TEST |
| 173 | depends on HAS_DMA |
| 174 | select VIDEOBUF2_DMA_CONTIG |
| 175 | select V4L2_MEM2MEM_DEV |
| 176 | ---help--- |
| 177 | Mediatek jpeg codec driver provides HW capability to decode |
| 178 | JPEG format |
| 179 | |
| 180 | To compile this driver as a module, choose M here: the |
| 181 | module will be called mtk-jpeg |
| 182 | |
Andrew-CT Chen | 3003a18 | 2016-05-03 07:11:21 -0300 | [diff] [blame] | 183 | config VIDEO_MEDIATEK_VPU |
| 184 | tristate "Mediatek Video Processor Unit" |
Geert Uytterhoeven | 69d4a52 | 2016-08-03 15:10:09 -0300 | [diff] [blame] | 185 | depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA |
Andrew-CT Chen | 3003a18 | 2016-05-03 07:11:21 -0300 | [diff] [blame] | 186 | depends on ARCH_MEDIATEK || COMPILE_TEST |
| 187 | ---help--- |
| 188 | This driver provides downloading VPU firmware and |
| 189 | communicating with VPU. This driver for hw video |
| 190 | codec embedded in Mediatek's MT8173 SOCs. It is able |
| 191 | to handle video decoding/encoding in a range of formats. |
| 192 | |
| 193 | To compile this driver as a module, choose M here: the |
| 194 | module will be called mtk-vpu. |
| 195 | |
Minghsiu Tsai | c8eb2d7 | 2016-09-08 10:09:03 -0300 | [diff] [blame] | 196 | config VIDEO_MEDIATEK_MDP |
| 197 | tristate "Mediatek MDP driver" |
| 198 | depends on MTK_IOMMU || COMPILE_TEST |
| 199 | depends on VIDEO_DEV && VIDEO_V4L2 |
| 200 | depends on ARCH_MEDIATEK || COMPILE_TEST |
| 201 | depends on HAS_DMA |
| 202 | select VIDEOBUF2_DMA_CONTIG |
| 203 | select V4L2_MEM2MEM_DEV |
| 204 | select VIDEO_MEDIATEK_VPU |
| 205 | default n |
| 206 | ---help--- |
| 207 | It is a v4l2 driver and present in Mediatek MT8173 SoCs. |
| 208 | The driver supports for scaling and color space conversion. |
| 209 | |
| 210 | To compile this driver as a module, choose M here: the |
| 211 | module will be called mtk-mdp. |
| 212 | |
Tiffany Lin | 4e855a6 | 2016-05-03 07:11:24 -0300 | [diff] [blame] | 213 | config VIDEO_MEDIATEK_VCODEC |
| 214 | tristate "Mediatek Video Codec driver" |
Hans Verkuil | c1023ba | 2016-07-08 16:11:19 -0300 | [diff] [blame] | 215 | depends on MTK_IOMMU || COMPILE_TEST |
Hans Verkuil | 73b1497 | 2016-08-14 06:45:54 -0300 | [diff] [blame] | 216 | depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA |
Tiffany Lin | 4e855a6 | 2016-05-03 07:11:24 -0300 | [diff] [blame] | 217 | depends on ARCH_MEDIATEK || COMPILE_TEST |
| 218 | select VIDEOBUF2_DMA_CONTIG |
| 219 | select V4L2_MEM2MEM_DEV |
| 220 | select VIDEO_MEDIATEK_VPU |
| 221 | default n |
| 222 | ---help--- |
| 223 | Mediatek video codec driver provides HW capability to |
| 224 | encode and decode in a range of video formats |
| 225 | This driver rely on VPU driver to communicate with VPU. |
| 226 | |
| 227 | To compile this driver as a module, choose M here: the |
| 228 | module will be called mtk-vcodec |
| 229 | |
Javier Martin | 8f0755c | 2012-07-26 05:55:18 -0300 | [diff] [blame] | 230 | config VIDEO_MEM2MEM_DEINTERLACE |
| 231 | tristate "Deinterlace support" |
| 232 | depends on VIDEO_DEV && VIDEO_V4L2 && DMA_ENGINE |
Mauro Carvalho Chehab | 12bd88e | 2014-08-26 16:45:39 -0300 | [diff] [blame] | 233 | depends on HAS_DMA |
Javier Martin | 8f0755c | 2012-07-26 05:55:18 -0300 | [diff] [blame] | 234 | select VIDEOBUF2_DMA_CONTIG |
| 235 | select V4L2_MEM2MEM_DEV |
| 236 | help |
| 237 | Generic deinterlacing V4L2 driver. |
| 238 | |
Kamil Debski | 9188473 | 2011-10-06 11:32:12 -0300 | [diff] [blame] | 239 | config VIDEO_SAMSUNG_S5P_G2D |
| 240 | tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver" |
Mauro Carvalho Chehab | 7155043 | 2014-08-20 13:21:35 -0600 | [diff] [blame] | 241 | depends on VIDEO_DEV && VIDEO_V4L2 |
Sylwester Nawrocki | 098bcd2 | 2014-10-06 13:08:06 -0300 | [diff] [blame] | 242 | depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST |
Mauro Carvalho Chehab | 12bd88e | 2014-08-26 16:45:39 -0300 | [diff] [blame] | 243 | depends on HAS_DMA |
Kamil Debski | 9188473 | 2011-10-06 11:32:12 -0300 | [diff] [blame] | 244 | select VIDEOBUF2_DMA_CONTIG |
| 245 | select V4L2_MEM2MEM_DEV |
| 246 | default n |
| 247 | ---help--- |
| 248 | This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D |
| 249 | 2d graphics accelerator. |
Sylwester Nawrocki | 5fd8f73 | 2010-08-03 09:50:29 -0300 | [diff] [blame] | 250 | |
Andrzej Pietrasiewicz | bb677f3 | 2011-11-24 11:15:23 -0300 | [diff] [blame] | 251 | config VIDEO_SAMSUNG_S5P_JPEG |
Jacek Anaszewski | 3246fda | 2014-07-11 12:19:42 -0300 | [diff] [blame] | 252 | tristate "Samsung S5P/Exynos3250/Exynos4 JPEG codec driver" |
Mauro Carvalho Chehab | 7155043 | 2014-08-20 13:21:35 -0600 | [diff] [blame] | 253 | depends on VIDEO_DEV && VIDEO_V4L2 |
Sylwester Nawrocki | 098bcd2 | 2014-10-06 13:08:06 -0300 | [diff] [blame] | 254 | depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST |
Mauro Carvalho Chehab | 12bd88e | 2014-08-26 16:45:39 -0300 | [diff] [blame] | 255 | depends on HAS_DMA |
Andrzej Pietrasiewicz | bb677f3 | 2011-11-24 11:15:23 -0300 | [diff] [blame] | 256 | select VIDEOBUF2_DMA_CONTIG |
| 257 | select V4L2_MEM2MEM_DEV |
| 258 | ---help--- |
Jacek Anaszewski | 3246fda | 2014-07-11 12:19:42 -0300 | [diff] [blame] | 259 | This is a v4l2 driver for Samsung S5P, EXYNOS3250 |
| 260 | and EXYNOS4 JPEG codec |
Andrzej Pietrasiewicz | bb677f3 | 2011-11-24 11:15:23 -0300 | [diff] [blame] | 261 | |
Kamil Debski | af93574 | 2011-06-21 10:51:26 -0300 | [diff] [blame] | 262 | config VIDEO_SAMSUNG_S5P_MFC |
Jeongtae Park | f96f3cf | 2012-10-03 22:19:11 -0300 | [diff] [blame] | 263 | tristate "Samsung S5P MFC Video Codec" |
Mauro Carvalho Chehab | 7155043 | 2014-08-20 13:21:35 -0600 | [diff] [blame] | 264 | depends on VIDEO_DEV && VIDEO_V4L2 |
Sylwester Nawrocki | 098bcd2 | 2014-10-06 13:08:06 -0300 | [diff] [blame] | 265 | depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST |
Mauro Carvalho Chehab | 12bd88e | 2014-08-26 16:45:39 -0300 | [diff] [blame] | 266 | depends on HAS_DMA |
Kamil Debski | af93574 | 2011-06-21 10:51:26 -0300 | [diff] [blame] | 267 | select VIDEOBUF2_DMA_CONTIG |
| 268 | default n |
| 269 | help |
Jeongtae Park | f96f3cf | 2012-10-03 22:19:11 -0300 | [diff] [blame] | 270 | MFC 5.1 and 6.x driver for V4L2 |
Kamil Debski | af93574 | 2011-06-21 10:51:26 -0300 | [diff] [blame] | 271 | |
Javier Martin | 8091cb7 | 2012-01-13 06:31:02 -0300 | [diff] [blame] | 272 | config VIDEO_MX2_EMMAPRP |
| 273 | tristate "MX2 eMMa-PrP support" |
Mauro Carvalho Chehab | 1c17d8c | 2014-08-20 13:35:22 -0600 | [diff] [blame] | 274 | depends on VIDEO_DEV && VIDEO_V4L2 |
| 275 | depends on SOC_IMX27 || COMPILE_TEST |
Mauro Carvalho Chehab | 12bd88e | 2014-08-26 16:45:39 -0300 | [diff] [blame] | 276 | depends on HAS_DMA |
Javier Martin | 8091cb7 | 2012-01-13 06:31:02 -0300 | [diff] [blame] | 277 | select VIDEOBUF2_DMA_CONTIG |
| 278 | select V4L2_MEM2MEM_DEV |
| 279 | help |
| 280 | MX2X chips have a PrP that can be used to process buffers from |
| 281 | memory to memory. Operations include resizing and format |
| 282 | conversion. |
| 283 | |
Shaik Ameer Basha | 655ceff | 2012-08-16 10:19:56 -0300 | [diff] [blame] | 284 | config VIDEO_SAMSUNG_EXYNOS_GSC |
| 285 | tristate "Samsung Exynos G-Scaler driver" |
Mauro Carvalho Chehab | 7155043 | 2014-08-20 13:21:35 -0600 | [diff] [blame] | 286 | depends on VIDEO_DEV && VIDEO_V4L2 |
Marek Szyprowski | 6f99e1b | 2016-11-09 12:29:37 -0200 | [diff] [blame] | 287 | depends on ARCH_EXYNOS || COMPILE_TEST |
Mauro Carvalho Chehab | 12bd88e | 2014-08-26 16:45:39 -0300 | [diff] [blame] | 288 | depends on HAS_DMA |
Shaik Ameer Basha | 655ceff | 2012-08-16 10:19:56 -0300 | [diff] [blame] | 289 | select VIDEOBUF2_DMA_CONTIG |
| 290 | select V4L2_MEM2MEM_DEV |
| 291 | help |
| 292 | This is a v4l2 driver for Samsung EXYNOS5 SoC G-Scaler. |
| 293 | |
Fabien Dessenne | 28ffeeb | 2015-05-12 13:02:10 -0300 | [diff] [blame] | 294 | config VIDEO_STI_BDISP |
| 295 | tristate "STMicroelectronics BDISP 2D blitter driver" |
| 296 | depends on VIDEO_DEV && VIDEO_V4L2 |
Sudip Mukherjee | 4205207 | 2015-12-30 11:26:03 -0200 | [diff] [blame] | 297 | depends on HAS_DMA |
Fabien Dessenne | 28ffeeb | 2015-05-12 13:02:10 -0300 | [diff] [blame] | 298 | depends on ARCH_STI || COMPILE_TEST |
Fabien Dessenne | 28ffeeb | 2015-05-12 13:02:10 -0300 | [diff] [blame] | 299 | select VIDEOBUF2_DMA_CONTIG |
| 300 | select V4L2_MEM2MEM_DEV |
| 301 | help |
| 302 | This v4l2 mem2mem driver is a 2D blitter for STMicroelectronics SoC. |
| 303 | |
Jean-Christophe Trotin | 57b2c06 | 2016-09-05 11:06:29 -0300 | [diff] [blame] | 304 | config VIDEO_STI_HVA |
| 305 | tristate "STMicroelectronics HVA multi-format video encoder V4L2 driver" |
| 306 | depends on VIDEO_DEV && VIDEO_V4L2 |
| 307 | depends on HAS_DMA |
| 308 | depends on ARCH_STI || COMPILE_TEST |
| 309 | select VIDEOBUF2_DMA_CONTIG |
| 310 | select V4L2_MEM2MEM_DEV |
| 311 | help |
| 312 | This V4L2 driver enables HVA (Hardware Video Accelerator) multi-format |
| 313 | video encoder of STMicroelectronics SoC, allowing hardware encoding of |
| 314 | raw uncompressed formats in various compressed video bitstreams format. |
| 315 | |
| 316 | To compile this driver as a module, choose M here: |
| 317 | the module will be called st-hva. |
| 318 | |
Jean-Christophe Trotin | c610b5a | 2017-01-31 08:37:57 -0200 | [diff] [blame] | 319 | config VIDEO_STI_HVA_DEBUGFS |
| 320 | bool "Export STMicroelectronics HVA internals in debugfs" |
| 321 | depends on VIDEO_STI_HVA |
| 322 | depends on DEBUG_FS |
| 323 | help |
| 324 | Select this to see information about the internal state and the last |
| 325 | operation of STMicroelectronics HVA multi-format video encoder in |
| 326 | debugfs. |
| 327 | |
| 328 | Choose N unless you know you need this. |
| 329 | |
Hugues Fruchet | f386509 | 2017-02-02 12:59:48 -0200 | [diff] [blame] | 330 | config VIDEO_STI_DELTA |
| 331 | tristate "STMicroelectronics DELTA multi-format video decoder V4L2 driver" |
| 332 | depends on VIDEO_DEV && VIDEO_V4L2 |
| 333 | depends on ARCH_STI || COMPILE_TEST |
| 334 | depends on HAS_DMA |
| 335 | help |
| 336 | This V4L2 driver enables DELTA multi-format video decoder |
| 337 | of STMicroelectronics STiH4xx SoC series allowing hardware |
| 338 | decoding of various compressed video bitstream format in |
| 339 | raw uncompressed format. |
| 340 | |
| 341 | Use this option to see the decoders available for such |
| 342 | hardware. |
| 343 | |
| 344 | Please notice that the driver will only be built if |
| 345 | at least one of the DELTA decoder below is selected. |
| 346 | |
| 347 | if VIDEO_STI_DELTA |
| 348 | |
Hugues Fruchet | 433ff5b4 | 2017-02-02 12:59:52 -0200 | [diff] [blame] | 349 | config VIDEO_STI_DELTA_MJPEG |
| 350 | bool "STMicroelectronics DELTA MJPEG support" |
| 351 | default y |
| 352 | help |
| 353 | Enables DELTA MJPEG hardware support. |
| 354 | |
| 355 | To compile this driver as a module, choose M here: |
| 356 | the module will be called st-delta. |
| 357 | |
Hugues Fruchet | f386509 | 2017-02-02 12:59:48 -0200 | [diff] [blame] | 358 | config VIDEO_STI_DELTA_DRIVER |
| 359 | tristate |
| 360 | depends on VIDEO_STI_DELTA |
Hugues Fruchet | 433ff5b4 | 2017-02-02 12:59:52 -0200 | [diff] [blame] | 361 | depends on VIDEO_STI_DELTA_MJPEG |
| 362 | default VIDEO_STI_DELTA_MJPEG |
Hugues Fruchet | f386509 | 2017-02-02 12:59:48 -0200 | [diff] [blame] | 363 | select VIDEOBUF2_DMA_CONTIG |
| 364 | select V4L2_MEM2MEM_DEV |
Hugues Fruchet | 91c83f3 | 2017-02-02 12:59:50 -0200 | [diff] [blame] | 365 | select RPMSG |
Hugues Fruchet | f386509 | 2017-02-02 12:59:48 -0200 | [diff] [blame] | 366 | |
| 367 | endif # VIDEO_STI_DELTA |
| 368 | |
Guennadi Liakhovetski | 05efa71 | 2012-10-05 07:43:41 -0300 | [diff] [blame] | 369 | config VIDEO_SH_VEU |
| 370 | tristate "SuperH VEU mem2mem video processing driver" |
Martin Schwidefsky | 0244ad0 | 2013-08-30 09:39:53 +0200 | [diff] [blame] | 371 | depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA |
Guennadi Liakhovetski | 05efa71 | 2012-10-05 07:43:41 -0300 | [diff] [blame] | 372 | select VIDEOBUF2_DMA_CONTIG |
| 373 | select V4L2_MEM2MEM_DEV |
| 374 | help |
| 375 | Support for the Video Engine Unit (VEU) on SuperH and |
| 376 | SH-Mobile SoCs. |
| 377 | |
Kieran Bingham | 4710b75 | 2016-06-30 10:41:23 -0300 | [diff] [blame] | 378 | config VIDEO_RENESAS_FDP1 |
| 379 | tristate "Renesas Fine Display Processor" |
| 380 | depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA |
| 381 | depends on ARCH_SHMOBILE || COMPILE_TEST |
Arnd Bergmann | 1d38971 | 2016-11-18 14:16:05 -0200 | [diff] [blame] | 382 | depends on (!ARCH_RENESAS && !VIDEO_RENESAS_FCP) || VIDEO_RENESAS_FCP |
Kieran Bingham | 4710b75 | 2016-06-30 10:41:23 -0300 | [diff] [blame] | 383 | select VIDEOBUF2_DMA_CONTIG |
| 384 | select V4L2_MEM2MEM_DEV |
| 385 | ---help--- |
| 386 | This is a V4L2 driver for the Renesas Fine Display Processor |
| 387 | providing colour space conversion, and de-interlacing features. |
| 388 | |
| 389 | To compile this driver as a module, choose M here: the module |
| 390 | will be called rcar_fdp1. |
| 391 | |
Mikhail Ulyanov | 2c42cdb | 2015-07-22 08:23:03 -0300 | [diff] [blame] | 392 | config VIDEO_RENESAS_JPU |
| 393 | tristate "Renesas JPEG Processing Unit" |
Geert Uytterhoeven | f844564 | 2015-09-06 07:11:48 -0300 | [diff] [blame] | 394 | depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA |
Simon Horman | 71c5dab | 2016-03-24 22:46:45 -0300 | [diff] [blame] | 395 | depends on ARCH_RENESAS || COMPILE_TEST |
Mikhail Ulyanov | 2c42cdb | 2015-07-22 08:23:03 -0300 | [diff] [blame] | 396 | select VIDEOBUF2_DMA_CONTIG |
| 397 | select V4L2_MEM2MEM_DEV |
| 398 | ---help--- |
| 399 | This is a V4L2 driver for the Renesas JPEG Processing Unit. |
| 400 | |
| 401 | To compile this driver as a module, choose M here: the module |
| 402 | will be called rcar_jpu. |
| 403 | |
Laurent Pinchart | 7b49235 | 2016-02-11 22:29:58 -0200 | [diff] [blame] | 404 | config VIDEO_RENESAS_FCP |
| 405 | tristate "Renesas Frame Compression Processor" |
| 406 | depends on ARCH_RENESAS || COMPILE_TEST |
| 407 | depends on OF |
| 408 | ---help--- |
| 409 | This is a driver for the Renesas Frame Compression Processor (FCP). |
| 410 | The FCP is a companion module of video processing modules in the |
| 411 | Renesas R-Car Gen3 SoCs. It handles memory access for the codec, |
| 412 | VSP and FDP modules. |
| 413 | |
| 414 | To compile this driver as a module, choose M here: the module |
| 415 | will be called rcar-fcp. |
| 416 | |
Laurent Pinchart | 26e0ca2 | 2013-06-04 11:22:30 -0300 | [diff] [blame] | 417 | config VIDEO_RENESAS_VSP1 |
| 418 | tristate "Renesas VSP1 Video Processing Engine" |
Geert Uytterhoeven | 66bf8fa | 2013-09-06 08:43:56 -0300 | [diff] [blame] | 419 | depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && HAS_DMA |
Simon Horman | 71c5dab | 2016-03-24 22:46:45 -0300 | [diff] [blame] | 420 | depends on (ARCH_RENESAS && OF) || COMPILE_TEST |
Arnd Bergmann | 1999467 | 2016-06-30 09:23:03 -0300 | [diff] [blame] | 421 | depends on (!ARM64 && !VIDEO_RENESAS_FCP) || VIDEO_RENESAS_FCP |
Laurent Pinchart | 26e0ca2 | 2013-06-04 11:22:30 -0300 | [diff] [blame] | 422 | select VIDEOBUF2_DMA_CONTIG |
Laurent Pinchart | 99362e3 | 2016-09-07 08:58:49 -0300 | [diff] [blame] | 423 | select VIDEOBUF2_VMALLOC |
Laurent Pinchart | 26e0ca2 | 2013-06-04 11:22:30 -0300 | [diff] [blame] | 424 | ---help--- |
| 425 | This is a V4L2 driver for the Renesas VSP1 video processing engine. |
| 426 | |
| 427 | To compile this driver as a module, choose M here: the module |
| 428 | will be called vsp1. |
| 429 | |
Archit Taneja | 4571912 | 2013-10-16 02:36:47 -0300 | [diff] [blame] | 430 | config VIDEO_TI_VPE |
| 431 | tristate "TI VPE (Video Processing Engine) driver" |
Mauro Carvalho Chehab | f333418 | 2014-08-20 13:41:56 -0600 | [diff] [blame] | 432 | depends on VIDEO_DEV && VIDEO_V4L2 |
| 433 | depends on SOC_DRA7XX || COMPILE_TEST |
Mauro Carvalho Chehab | 12bd88e | 2014-08-26 16:45:39 -0300 | [diff] [blame] | 434 | depends on HAS_DMA |
Archit Taneja | 4571912 | 2013-10-16 02:36:47 -0300 | [diff] [blame] | 435 | select VIDEOBUF2_DMA_CONTIG |
| 436 | select V4L2_MEM2MEM_DEV |
Benoit Parrot | e4e9aea | 2016-11-18 21:20:11 -0200 | [diff] [blame] | 437 | select VIDEO_TI_VPDMA |
Benoit Parrot | 1c6e817 | 2016-11-18 21:20:39 -0200 | [diff] [blame] | 438 | select VIDEO_TI_SC |
Benoit Parrot | 51b56c3 | 2016-11-18 21:20:43 -0200 | [diff] [blame] | 439 | select VIDEO_TI_CSC |
Archit Taneja | 4571912 | 2013-10-16 02:36:47 -0300 | [diff] [blame] | 440 | default n |
| 441 | ---help--- |
| 442 | Support for the TI VPE(Video Processing Engine) block |
| 443 | found on DRA7XX SoC. |
| 444 | |
| 445 | config VIDEO_TI_VPE_DEBUG |
| 446 | bool "VPE debug messages" |
| 447 | depends on VIDEO_TI_VPE |
| 448 | ---help--- |
| 449 | Enable debug messages on VPE driver. |
| 450 | |
Pawel Osciak | 96d8eab | 2010-04-23 05:38:38 -0300 | [diff] [blame] | 451 | endif # V4L_MEM2MEM_DRIVERS |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 452 | |
Benoit Parrot | e4e9aea | 2016-11-18 21:20:11 -0200 | [diff] [blame] | 453 | # TI VIDEO PORT Helper Modules |
| 454 | # These will be selected by VPE and VIP |
| 455 | config VIDEO_TI_VPDMA |
| 456 | tristate |
| 457 | |
Benoit Parrot | 1c6e817 | 2016-11-18 21:20:39 -0200 | [diff] [blame] | 458 | config VIDEO_TI_SC |
| 459 | tristate |
| 460 | |
Benoit Parrot | 51b56c3 | 2016-11-18 21:20:43 -0200 | [diff] [blame] | 461 | config VIDEO_TI_CSC |
| 462 | tristate |
| 463 | |
Mauro Carvalho Chehab | 7a46e18 | 2012-08-20 10:07:27 -0300 | [diff] [blame] | 464 | menuconfig V4L_TEST_DRIVERS |
| 465 | bool "Media test drivers" |
| 466 | depends on MEDIA_CAMERA_SUPPORT |
| 467 | |
| 468 | if V4L_TEST_DRIVERS |
Hans Verkuil | e75420d | 2014-08-25 08:06:34 -0300 | [diff] [blame] | 469 | |
Helen Koike | f2fe890 | 2017-04-07 14:55:19 -0300 | [diff] [blame] | 470 | source "drivers/media/platform/vimc/Kconfig" |
| 471 | |
Hans Verkuil | e75420d | 2014-08-25 08:06:34 -0300 | [diff] [blame] | 472 | source "drivers/media/platform/vivid/Kconfig" |
| 473 | |
Hans Verkuil | 1f923a4 | 2014-09-22 09:27:17 -0300 | [diff] [blame] | 474 | config VIDEO_VIM2M |
| 475 | tristate "Virtual Memory-to-Memory Driver" |
Mauro Carvalho Chehab | 7a46e18 | 2012-08-20 10:07:27 -0300 | [diff] [blame] | 476 | depends on VIDEO_DEV && VIDEO_V4L2 |
| 477 | select VIDEOBUF2_VMALLOC |
| 478 | select V4L2_MEM2MEM_DEV |
| 479 | default n |
| 480 | ---help--- |
| 481 | This is a virtual test device for the memory-to-memory driver |
| 482 | framework. |
| 483 | endif #V4L_TEST_DRIVERS |
Peter Griffin | 850a3f7 | 2015-07-30 14:09:00 -0300 | [diff] [blame] | 484 | |
Mauro Carvalho Chehab | ca05189 | 2015-08-11 19:24:05 -0300 | [diff] [blame] | 485 | menuconfig DVB_PLATFORM_DRIVERS |
| 486 | bool "DVB platform devices" |
| 487 | depends on MEDIA_DIGITAL_TV_SUPPORT |
| 488 | default n |
| 489 | ---help--- |
| 490 | Say Y here to enable support for platform-specific Digital TV drivers. |
| 491 | |
| 492 | if DVB_PLATFORM_DRIVERS |
Peter Griffin | 850a3f7 | 2015-07-30 14:09:00 -0300 | [diff] [blame] | 493 | source "drivers/media/platform/sti/c8sectpfe/Kconfig" |
Mauro Carvalho Chehab | ca05189 | 2015-08-11 19:24:05 -0300 | [diff] [blame] | 494 | endif #DVB_PLATFORM_DRIVERS |
Hans Verkuil | 56a263a | 2017-04-17 07:44:35 -0300 | [diff] [blame] | 495 | |
| 496 | menuconfig CEC_PLATFORM_DRIVERS |
| 497 | bool "CEC platform devices" |
| 498 | depends on MEDIA_CEC_SUPPORT |
| 499 | |
| 500 | if CEC_PLATFORM_DRIVERS |
| 501 | |
| 502 | config VIDEO_SAMSUNG_S5P_CEC |
| 503 | tristate "Samsung S5P CEC driver" |
| 504 | depends on CEC_CORE && (PLAT_S5P || ARCH_EXYNOS || COMPILE_TEST) |
| 505 | select MEDIA_CEC_NOTIFIER |
| 506 | ---help--- |
| 507 | This is a driver for Samsung S5P HDMI CEC interface. It uses the |
| 508 | generic CEC framework interface. |
| 509 | CEC bus is present in the HDMI connector and enables communication |
| 510 | between compatible devices. |
| 511 | |
| 512 | config VIDEO_STI_HDMI_CEC |
| 513 | tristate "STMicroelectronics STiH4xx HDMI CEC driver" |
| 514 | depends on CEC_CORE && (ARCH_STI || COMPILE_TEST) |
| 515 | select MEDIA_CEC_NOTIFIER |
| 516 | ---help--- |
| 517 | This is a driver for STIH4xx HDMI CEC interface. It uses the |
| 518 | generic CEC framework interface. |
| 519 | CEC bus is present in the HDMI connector and enables communication |
| 520 | between compatible devices. |
| 521 | |
| 522 | endif #CEC_PLATFORM_DRIVERS |