Kconfig 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644
  1. #
  2. # Platform drivers
  3. # Most drivers here are currently for webcam support
  4. menuconfig V4L_PLATFORM_DRIVERS
  5. bool "V4L platform devices"
  6. depends on MEDIA_CAMERA_SUPPORT
  7. default n
  8. ---help---
  9. Say Y here to enable support for platform-specific V4L drivers.
  10. if V4L_PLATFORM_DRIVERS
  11. source "drivers/media/platform/marvell-ccic/Kconfig"
  12. config VIDEO_VIA_CAMERA
  13. tristate "VIAFB camera controller support"
  14. depends on FB_VIA
  15. select VIDEOBUF_DMA_SG
  16. select VIDEO_OV7670
  17. help
  18. Driver support for the integrated camera controller in VIA
  19. Chrome9 chipsets. Currently only tested on OLPC xo-1.5 systems
  20. with ov7670 sensors.
  21. #
  22. # Platform multimedia device configuration
  23. #
  24. source "drivers/media/platform/cadence/Kconfig"
  25. source "drivers/media/platform/davinci/Kconfig"
  26. source "drivers/media/platform/omap/Kconfig"
  27. config VIDEO_SH_VOU
  28. tristate "SuperH VOU video output driver"
  29. depends on MEDIA_CAMERA_SUPPORT
  30. depends on VIDEO_DEV && I2C
  31. depends on ARCH_SHMOBILE || COMPILE_TEST
  32. select VIDEOBUF2_DMA_CONTIG
  33. help
  34. Support for the Video Output Unit (VOU) on SuperH SoCs.
  35. config VIDEO_VIU
  36. tristate "Freescale VIU Video Driver"
  37. depends on VIDEO_V4L2 && (PPC_MPC512x || COMPILE_TEST) && I2C
  38. select VIDEOBUF_DMA_CONTIG
  39. default y
  40. ---help---
  41. Support for Freescale VIU video driver. This device captures
  42. video data, or overlays video on DIU frame buffer.
  43. Say Y here if you want to enable VIU device on MPC5121e Rev2+.
  44. In doubt, say N.
  45. config VIDEO_MUX
  46. tristate "Video Multiplexer"
  47. select MULTIPLEXER
  48. depends on VIDEO_V4L2 && OF && VIDEO_V4L2_SUBDEV_API && MEDIA_CONTROLLER
  49. select REGMAP
  50. help
  51. This driver provides support for N:1 video bus multiplexers.
  52. config VIDEO_OMAP3
  53. tristate "OMAP 3 Camera support"
  54. depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
  55. depends on (ARCH_OMAP3 && OMAP_IOMMU) || COMPILE_TEST
  56. depends on COMMON_CLK && OF
  57. select ARM_DMA_USE_IOMMU if OMAP_IOMMU
  58. select VIDEOBUF2_DMA_CONTIG
  59. select MFD_SYSCON
  60. select V4L2_FWNODE
  61. ---help---
  62. Driver for an OMAP 3 camera controller.
  63. config VIDEO_OMAP3_DEBUG
  64. bool "OMAP 3 Camera debug messages"
  65. depends on VIDEO_OMAP3
  66. ---help---
  67. Enable debug messages on OMAP 3 camera controller driver.
  68. config VIDEO_PXA27x
  69. tristate "PXA27x Quick Capture Interface driver"
  70. depends on VIDEO_DEV && VIDEO_V4L2
  71. depends on PXA27x || COMPILE_TEST
  72. select VIDEOBUF2_DMA_SG
  73. select SG_SPLIT
  74. select V4L2_FWNODE
  75. ---help---
  76. This is a v4l2 driver for the PXA27x Quick Capture Interface
  77. config VIDEO_QCOM_CAMSS
  78. tristate "Qualcomm V4L2 Camera Subsystem driver"
  79. depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  80. depends on (ARCH_QCOM && IOMMU_DMA) || COMPILE_TEST
  81. select VIDEOBUF2_DMA_SG
  82. select V4L2_FWNODE
  83. config VIDEO_S3C_CAMIF
  84. tristate "Samsung S3C24XX/S3C64XX SoC Camera Interface driver"
  85. depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
  86. depends on PM
  87. depends on ARCH_S3C64XX || PLAT_S3C24XX || COMPILE_TEST
  88. select VIDEOBUF2_DMA_CONTIG
  89. ---help---
  90. This is a v4l2 driver for s3c24xx and s3c64xx SoC series camera
  91. host interface (CAMIF).
  92. To compile this driver as a module, choose M here: the module
  93. will be called s3c-camif.
  94. config VIDEO_STM32_DCMI
  95. tristate "STM32 Digital Camera Memory Interface (DCMI) support"
  96. depends on VIDEO_V4L2 && OF
  97. depends on ARCH_STM32 || COMPILE_TEST
  98. select VIDEOBUF2_DMA_CONTIG
  99. select V4L2_FWNODE
  100. ---help---
  101. This module makes the STM32 Digital Camera Memory Interface (DCMI)
  102. available as a v4l2 device.
  103. To compile this driver as a module, choose M here: the module
  104. will be called stm32-dcmi.
  105. config VIDEO_RENESAS_CEU
  106. tristate "Renesas Capture Engine Unit (CEU) driver"
  107. depends on VIDEO_DEV && VIDEO_V4L2
  108. depends on ARCH_SHMOBILE || ARCH_R7S72100 || COMPILE_TEST
  109. select VIDEOBUF2_DMA_CONTIG
  110. select V4L2_FWNODE
  111. ---help---
  112. This is a v4l2 driver for the Renesas CEU Interface
  113. source "drivers/media/platform/soc_camera/Kconfig"
  114. source "drivers/media/platform/exynos4-is/Kconfig"
  115. source "drivers/media/platform/am437x/Kconfig"
  116. source "drivers/media/platform/xilinx/Kconfig"
  117. source "drivers/media/platform/rcar-vin/Kconfig"
  118. source "drivers/media/platform/atmel/Kconfig"
  119. config VIDEO_TI_CAL
  120. tristate "TI CAL (Camera Adaptation Layer) driver"
  121. depends on VIDEO_DEV && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  122. depends on SOC_DRA7XX || COMPILE_TEST
  123. select VIDEOBUF2_DMA_CONTIG
  124. select V4L2_FWNODE
  125. default n
  126. ---help---
  127. Support for the TI CAL (Camera Adaptation Layer) block
  128. found on DRA72X SoC.
  129. In TI Technical Reference Manual this module is referred as
  130. Camera Interface Subsystem (CAMSS).
  131. endif # V4L_PLATFORM_DRIVERS
  132. menuconfig V4L_MEM2MEM_DRIVERS
  133. bool "Memory-to-memory multimedia devices"
  134. depends on VIDEO_V4L2
  135. depends on MEDIA_CAMERA_SUPPORT
  136. default n
  137. ---help---
  138. Say Y here to enable selecting drivers for V4L devices that
  139. use system memory for both source and destination buffers, as opposed
  140. to capture and output drivers, which use memory buffers for just
  141. one of those.
  142. if V4L_MEM2MEM_DRIVERS
  143. config VIDEO_CODA
  144. tristate "Chips&Media Coda multi-standard codec IP"
  145. depends on VIDEO_DEV && VIDEO_V4L2 && (ARCH_MXC || COMPILE_TEST)
  146. select SRAM
  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. config VIDEO_IMX_VDOA
  155. def_tristate VIDEO_CODA if SOC_IMX6Q || COMPILE_TEST
  156. config VIDEO_MEDIATEK_JPEG
  157. tristate "Mediatek JPEG Codec driver"
  158. depends on MTK_IOMMU_V1 || COMPILE_TEST
  159. depends on VIDEO_DEV && VIDEO_V4L2
  160. depends on ARCH_MEDIATEK || COMPILE_TEST
  161. select VIDEOBUF2_DMA_CONTIG
  162. select V4L2_MEM2MEM_DEV
  163. ---help---
  164. Mediatek jpeg codec driver provides HW capability to decode
  165. JPEG format
  166. To compile this driver as a module, choose M here: the
  167. module will be called mtk-jpeg
  168. config VIDEO_MEDIATEK_VPU
  169. tristate "Mediatek Video Processor Unit"
  170. depends on VIDEO_DEV && VIDEO_V4L2
  171. depends on ARCH_MEDIATEK || COMPILE_TEST
  172. ---help---
  173. This driver provides downloading VPU firmware and
  174. communicating with VPU. This driver for hw video
  175. codec embedded in Mediatek's MT8173 SOCs. It is able
  176. to handle video decoding/encoding in a range of formats.
  177. To compile this driver as a module, choose M here: the
  178. module will be called mtk-vpu.
  179. config VIDEO_MEDIATEK_MDP
  180. tristate "Mediatek MDP driver"
  181. depends on MTK_IOMMU || COMPILE_TEST
  182. depends on VIDEO_DEV && VIDEO_V4L2
  183. depends on ARCH_MEDIATEK || COMPILE_TEST
  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. To compile this driver as a module, choose M here: the
  192. module will be called mtk-mdp.
  193. config VIDEO_MEDIATEK_VCODEC
  194. tristate "Mediatek Video Codec driver"
  195. depends on MTK_IOMMU || COMPILE_TEST
  196. depends on VIDEO_DEV && VIDEO_V4L2
  197. depends on ARCH_MEDIATEK || COMPILE_TEST
  198. select VIDEOBUF2_DMA_CONTIG
  199. select V4L2_MEM2MEM_DEV
  200. select VIDEO_MEDIATEK_VPU
  201. default n
  202. ---help---
  203. Mediatek video codec driver provides HW capability to
  204. encode and decode in a range of video formats
  205. This driver rely on VPU driver to communicate with VPU.
  206. To compile this driver as a module, choose M here: the
  207. module will be called mtk-vcodec
  208. config VIDEO_MEM2MEM_DEINTERLACE
  209. tristate "Deinterlace support"
  210. depends on VIDEO_DEV && VIDEO_V4L2
  211. depends on HAS_DMA
  212. select VIDEOBUF2_DMA_CONTIG
  213. select V4L2_MEM2MEM_DEV
  214. help
  215. Generic deinterlacing V4L2 driver.
  216. config VIDEO_SAMSUNG_S5P_G2D
  217. tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver"
  218. depends on VIDEO_DEV && VIDEO_V4L2
  219. depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
  220. select VIDEOBUF2_DMA_CONTIG
  221. select V4L2_MEM2MEM_DEV
  222. default n
  223. ---help---
  224. This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
  225. 2d graphics accelerator.
  226. config VIDEO_SAMSUNG_S5P_JPEG
  227. tristate "Samsung S5P/Exynos3250/Exynos4 JPEG codec driver"
  228. depends on VIDEO_DEV && VIDEO_V4L2
  229. depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
  230. select VIDEOBUF2_DMA_CONTIG
  231. select V4L2_MEM2MEM_DEV
  232. ---help---
  233. This is a v4l2 driver for Samsung S5P, EXYNOS3250
  234. and EXYNOS4 JPEG codec
  235. config VIDEO_SAMSUNG_S5P_MFC
  236. tristate "Samsung S5P MFC Video Codec"
  237. depends on VIDEO_DEV && VIDEO_V4L2
  238. depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
  239. select VIDEOBUF2_DMA_CONTIG
  240. default n
  241. help
  242. MFC 5.1 and 6.x driver for V4L2
  243. config VIDEO_MX2_EMMAPRP
  244. tristate "MX2 eMMa-PrP support"
  245. depends on VIDEO_DEV && VIDEO_V4L2
  246. depends on SOC_IMX27 || COMPILE_TEST
  247. select VIDEOBUF2_DMA_CONTIG
  248. select V4L2_MEM2MEM_DEV
  249. help
  250. MX2X chips have a PrP that can be used to process buffers from
  251. memory to memory. Operations include resizing and format
  252. conversion.
  253. config VIDEO_SAMSUNG_EXYNOS_GSC
  254. tristate "Samsung Exynos G-Scaler driver"
  255. depends on VIDEO_DEV && VIDEO_V4L2
  256. depends on ARCH_EXYNOS || COMPILE_TEST
  257. select VIDEOBUF2_DMA_CONTIG
  258. select V4L2_MEM2MEM_DEV
  259. help
  260. This is a v4l2 driver for Samsung EXYNOS5 SoC G-Scaler.
  261. config VIDEO_STI_BDISP
  262. tristate "STMicroelectronics BDISP 2D blitter driver"
  263. depends on VIDEO_DEV && VIDEO_V4L2
  264. depends on ARCH_STI || COMPILE_TEST
  265. select VIDEOBUF2_DMA_CONTIG
  266. select V4L2_MEM2MEM_DEV
  267. help
  268. This v4l2 mem2mem driver is a 2D blitter for STMicroelectronics SoC.
  269. config VIDEO_STI_HVA
  270. tristate "STMicroelectronics HVA multi-format video encoder V4L2 driver"
  271. depends on VIDEO_DEV && VIDEO_V4L2
  272. depends on ARCH_STI || COMPILE_TEST
  273. select VIDEOBUF2_DMA_CONTIG
  274. select V4L2_MEM2MEM_DEV
  275. help
  276. This V4L2 driver enables HVA (Hardware Video Accelerator) multi-format
  277. video encoder of STMicroelectronics SoC, allowing hardware encoding of
  278. raw uncompressed formats in various compressed video bitstreams format.
  279. To compile this driver as a module, choose M here:
  280. the module will be called st-hva.
  281. config VIDEO_STI_HVA_DEBUGFS
  282. bool "Export STMicroelectronics HVA internals in debugfs"
  283. depends on VIDEO_STI_HVA
  284. depends on DEBUG_FS
  285. help
  286. Select this to see information about the internal state and the last
  287. operation of STMicroelectronics HVA multi-format video encoder in
  288. debugfs.
  289. Choose N unless you know you need this.
  290. config VIDEO_STI_DELTA
  291. tristate "STMicroelectronics DELTA multi-format video decoder V4L2 driver"
  292. depends on VIDEO_DEV && VIDEO_V4L2
  293. depends on ARCH_STI || COMPILE_TEST
  294. help
  295. This V4L2 driver enables DELTA multi-format video decoder
  296. of STMicroelectronics STiH4xx SoC series allowing hardware
  297. decoding of various compressed video bitstream format in
  298. raw uncompressed format.
  299. Use this option to see the decoders available for such
  300. hardware.
  301. Please notice that the driver will only be built if
  302. at least one of the DELTA decoder below is selected.
  303. if VIDEO_STI_DELTA
  304. config VIDEO_STI_DELTA_MJPEG
  305. bool "STMicroelectronics DELTA MJPEG support"
  306. default y
  307. help
  308. Enables DELTA MJPEG hardware support.
  309. To compile this driver as a module, choose M here:
  310. the module will be called st-delta.
  311. config VIDEO_STI_DELTA_DRIVER
  312. tristate
  313. depends on VIDEO_STI_DELTA
  314. depends on VIDEO_STI_DELTA_MJPEG
  315. default VIDEO_STI_DELTA_MJPEG
  316. select VIDEOBUF2_DMA_CONTIG
  317. select V4L2_MEM2MEM_DEV
  318. select RPMSG
  319. endif # VIDEO_STI_DELTA
  320. config VIDEO_SH_VEU
  321. tristate "SuperH VEU mem2mem video processing driver"
  322. depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
  323. select VIDEOBUF2_DMA_CONTIG
  324. select V4L2_MEM2MEM_DEV
  325. help
  326. Support for the Video Engine Unit (VEU) on SuperH and
  327. SH-Mobile SoCs.
  328. config VIDEO_RENESAS_FDP1
  329. tristate "Renesas Fine Display Processor"
  330. depends on VIDEO_DEV && VIDEO_V4L2
  331. depends on ARCH_RENESAS || COMPILE_TEST
  332. depends on (!ARM64 && !VIDEO_RENESAS_FCP) || VIDEO_RENESAS_FCP
  333. select VIDEOBUF2_DMA_CONTIG
  334. select V4L2_MEM2MEM_DEV
  335. ---help---
  336. This is a V4L2 driver for the Renesas Fine Display Processor
  337. providing colour space conversion, and de-interlacing features.
  338. To compile this driver as a module, choose M here: the module
  339. will be called rcar_fdp1.
  340. config VIDEO_RENESAS_JPU
  341. tristate "Renesas JPEG Processing Unit"
  342. depends on VIDEO_DEV && VIDEO_V4L2
  343. depends on ARCH_RENESAS || COMPILE_TEST
  344. select VIDEOBUF2_DMA_CONTIG
  345. select V4L2_MEM2MEM_DEV
  346. ---help---
  347. This is a V4L2 driver for the Renesas JPEG Processing Unit.
  348. To compile this driver as a module, choose M here: the module
  349. will be called rcar_jpu.
  350. config VIDEO_RENESAS_FCP
  351. tristate "Renesas Frame Compression Processor"
  352. depends on ARCH_RENESAS || COMPILE_TEST
  353. depends on OF
  354. ---help---
  355. This is a driver for the Renesas Frame Compression Processor (FCP).
  356. The FCP is a companion module of video processing modules in the
  357. Renesas R-Car Gen3 SoCs. It handles memory access for the codec,
  358. VSP and FDP modules.
  359. To compile this driver as a module, choose M here: the module
  360. will be called rcar-fcp.
  361. config VIDEO_RENESAS_VSP1
  362. tristate "Renesas VSP1 Video Processing Engine"
  363. depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  364. depends on ARCH_RENESAS || COMPILE_TEST
  365. depends on (!ARM64 && !VIDEO_RENESAS_FCP) || VIDEO_RENESAS_FCP
  366. select VIDEOBUF2_DMA_CONTIG
  367. select VIDEOBUF2_VMALLOC
  368. ---help---
  369. This is a V4L2 driver for the Renesas VSP1 video processing engine.
  370. To compile this driver as a module, choose M here: the module
  371. will be called vsp1.
  372. config VIDEO_ROCKCHIP_RGA
  373. tristate "Rockchip Raster 2d Graphic Acceleration Unit"
  374. depends on VIDEO_DEV && VIDEO_V4L2
  375. depends on ARCH_ROCKCHIP || COMPILE_TEST
  376. select VIDEOBUF2_DMA_SG
  377. select V4L2_MEM2MEM_DEV
  378. default n
  379. ---help---
  380. This is a v4l2 driver for Rockchip SOC RGA 2d graphics accelerator.
  381. Rockchip RGA is a separate 2D raster graphic acceleration unit.
  382. It accelerates 2D graphics operations, such as point/line drawing,
  383. image scaling, rotation, BitBLT, alpha blending and image blur/sharpness.
  384. To compile this driver as a module choose m here.
  385. config VIDEO_TI_VPE
  386. tristate "TI VPE (Video Processing Engine) driver"
  387. depends on VIDEO_DEV && VIDEO_V4L2
  388. depends on SOC_DRA7XX || COMPILE_TEST
  389. select VIDEOBUF2_DMA_CONTIG
  390. select V4L2_MEM2MEM_DEV
  391. select VIDEO_TI_VPDMA
  392. select VIDEO_TI_SC
  393. select VIDEO_TI_CSC
  394. default n
  395. ---help---
  396. Support for the TI VPE(Video Processing Engine) block
  397. found on DRA7XX SoC.
  398. config VIDEO_TI_VPE_DEBUG
  399. bool "VPE debug messages"
  400. depends on VIDEO_TI_VPE
  401. ---help---
  402. Enable debug messages on VPE driver.
  403. config VIDEO_QCOM_VENUS
  404. tristate "Qualcomm Venus V4L2 encoder/decoder driver"
  405. depends on VIDEO_DEV && VIDEO_V4L2
  406. depends on (ARCH_QCOM && IOMMU_DMA) || COMPILE_TEST
  407. select QCOM_MDT_LOADER if ARCH_QCOM
  408. select QCOM_SCM if ARCH_QCOM
  409. select VIDEOBUF2_DMA_SG
  410. select V4L2_MEM2MEM_DEV
  411. ---help---
  412. This is a V4L2 driver for Qualcomm Venus video accelerator
  413. hardware. It accelerates encoding and decoding operations
  414. on various Qualcomm SoCs.
  415. To compile this driver as a module choose m here.
  416. endif # V4L_MEM2MEM_DRIVERS
  417. # TI VIDEO PORT Helper Modules
  418. # These will be selected by VPE and VIP
  419. config VIDEO_TI_VPDMA
  420. tristate
  421. config VIDEO_TI_SC
  422. tristate
  423. config VIDEO_TI_CSC
  424. tristate
  425. menuconfig V4L_TEST_DRIVERS
  426. bool "Media test drivers"
  427. depends on MEDIA_CAMERA_SUPPORT
  428. if V4L_TEST_DRIVERS
  429. source "drivers/media/platform/vimc/Kconfig"
  430. source "drivers/media/platform/vivid/Kconfig"
  431. config VIDEO_VIM2M
  432. tristate "Virtual Memory-to-Memory Driver"
  433. depends on VIDEO_DEV && VIDEO_V4L2
  434. select VIDEOBUF2_VMALLOC
  435. select V4L2_MEM2MEM_DEV
  436. default n
  437. ---help---
  438. This is a virtual test device for the memory-to-memory driver
  439. framework.
  440. source "drivers/media/platform/vicodec/Kconfig"
  441. endif #V4L_TEST_DRIVERS
  442. menuconfig DVB_PLATFORM_DRIVERS
  443. bool "DVB platform devices"
  444. depends on MEDIA_DIGITAL_TV_SUPPORT
  445. default n
  446. ---help---
  447. Say Y here to enable support for platform-specific Digital TV drivers.
  448. if DVB_PLATFORM_DRIVERS
  449. source "drivers/media/platform/sti/c8sectpfe/Kconfig"
  450. endif #DVB_PLATFORM_DRIVERS
  451. menuconfig CEC_PLATFORM_DRIVERS
  452. bool "CEC platform devices"
  453. depends on MEDIA_CEC_SUPPORT
  454. if CEC_PLATFORM_DRIVERS
  455. config VIDEO_CROS_EC_CEC
  456. tristate "ChromeOS EC CEC driver"
  457. depends on MFD_CROS_EC
  458. select CEC_CORE
  459. select CEC_NOTIFIER
  460. select CHROME_PLATFORMS
  461. select CROS_EC_PROTO
  462. ---help---
  463. If you say yes here you will get support for the
  464. ChromeOS Embedded Controller's CEC.
  465. The CEC bus is present in the HDMI connector and enables communication
  466. between compatible devices.
  467. config VIDEO_MESON_AO_CEC
  468. tristate "Amlogic Meson AO CEC driver"
  469. depends on ARCH_MESON || COMPILE_TEST
  470. select CEC_CORE
  471. select CEC_NOTIFIER
  472. ---help---
  473. This is a driver for Amlogic Meson SoCs AO CEC interface. It uses the
  474. generic CEC framework interface.
  475. CEC bus is present in the HDMI connector and enables communication
  476. config CEC_GPIO
  477. tristate "Generic GPIO-based CEC driver"
  478. depends on PREEMPT || COMPILE_TEST
  479. select CEC_CORE
  480. select CEC_PIN
  481. select GPIOLIB
  482. ---help---
  483. This is a generic GPIO-based CEC driver.
  484. The CEC bus is present in the HDMI connector and enables communication
  485. between compatible devices.
  486. config VIDEO_SAMSUNG_S5P_CEC
  487. tristate "Samsung S5P CEC driver"
  488. depends on ARCH_EXYNOS || COMPILE_TEST
  489. select CEC_CORE
  490. select CEC_NOTIFIER
  491. ---help---
  492. This is a driver for Samsung S5P HDMI CEC interface. It uses the
  493. generic CEC framework interface.
  494. CEC bus is present in the HDMI connector and enables communication
  495. between compatible devices.
  496. config VIDEO_STI_HDMI_CEC
  497. tristate "STMicroelectronics STiH4xx HDMI CEC driver"
  498. depends on ARCH_STI || COMPILE_TEST
  499. select CEC_CORE
  500. select CEC_NOTIFIER
  501. ---help---
  502. This is a driver for STIH4xx HDMI CEC interface. It uses the
  503. generic CEC framework interface.
  504. CEC bus is present in the HDMI connector and enables communication
  505. between compatible devices.
  506. config VIDEO_STM32_HDMI_CEC
  507. tristate "STMicroelectronics STM32 HDMI CEC driver"
  508. depends on ARCH_STM32 || COMPILE_TEST
  509. select REGMAP
  510. select REGMAP_MMIO
  511. select CEC_CORE
  512. ---help---
  513. This is a driver for STM32 interface. It uses the
  514. generic CEC framework interface.
  515. CEC bus is present in the HDMI connector and enables communication
  516. between compatible devices.
  517. config VIDEO_TEGRA_HDMI_CEC
  518. tristate "Tegra HDMI CEC driver"
  519. depends on ARCH_TEGRA || COMPILE_TEST
  520. select CEC_CORE
  521. select CEC_NOTIFIER
  522. ---help---
  523. This is a driver for the Tegra HDMI CEC interface. It uses the
  524. generic CEC framework interface.
  525. The CEC bus is present in the HDMI connector and enables communication
  526. between compatible devices.
  527. endif #CEC_PLATFORM_DRIVERS
  528. menuconfig SDR_PLATFORM_DRIVERS
  529. bool "SDR platform devices"
  530. depends on MEDIA_SDR_SUPPORT
  531. default n
  532. ---help---
  533. Say Y here to enable support for platform-specific SDR Drivers.
  534. if SDR_PLATFORM_DRIVERS
  535. config VIDEO_RCAR_DRIF
  536. tristate "Renesas Digitial Radio Interface (DRIF)"
  537. depends on VIDEO_V4L2
  538. depends on ARCH_RENESAS || COMPILE_TEST
  539. select VIDEOBUF2_VMALLOC
  540. ---help---
  541. Say Y if you want to enable R-Car Gen3 DRIF support. DRIF is Digital
  542. Radio Interface that interfaces with an RF front end chip. It is a
  543. receiver of digital data which uses DMA to transfer received data to
  544. a configured location for an application to use.
  545. To compile this driver as a module, choose M here; the module
  546. will be called rcar_drif.
  547. endif # SDR_PLATFORM_DRIVERS