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. source "drivers/media/platform/arkmicro/Kconfig"
  120. config VIDEO_TI_CAL
  121. tristate "TI CAL (Camera Adaptation Layer) driver"
  122. depends on VIDEO_DEV && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  123. depends on SOC_DRA7XX || COMPILE_TEST
  124. select VIDEOBUF2_DMA_CONTIG
  125. select V4L2_FWNODE
  126. default n
  127. ---help---
  128. Support for the TI CAL (Camera Adaptation Layer) block
  129. found on DRA72X SoC.
  130. In TI Technical Reference Manual this module is referred as
  131. Camera Interface Subsystem (CAMSS).
  132. endif # V4L_PLATFORM_DRIVERS
  133. menuconfig V4L_MEM2MEM_DRIVERS
  134. bool "Memory-to-memory multimedia devices"
  135. depends on VIDEO_V4L2
  136. depends on MEDIA_CAMERA_SUPPORT
  137. default n
  138. ---help---
  139. Say Y here to enable selecting drivers for V4L devices that
  140. use system memory for both source and destination buffers, as opposed
  141. to capture and output drivers, which use memory buffers for just
  142. one of those.
  143. if V4L_MEM2MEM_DRIVERS
  144. config VIDEO_CODA
  145. tristate "Chips&Media Coda multi-standard codec IP"
  146. depends on VIDEO_DEV && VIDEO_V4L2 && (ARCH_MXC || COMPILE_TEST)
  147. select SRAM
  148. select VIDEOBUF2_DMA_CONTIG
  149. select VIDEOBUF2_VMALLOC
  150. select V4L2_MEM2MEM_DEV
  151. select GENERIC_ALLOCATOR
  152. ---help---
  153. Coda is a range of video codec IPs that supports
  154. H.264, MPEG-4, and other video formats.
  155. config VIDEO_IMX_VDOA
  156. def_tristate VIDEO_CODA if SOC_IMX6Q || COMPILE_TEST
  157. config VIDEO_MEDIATEK_JPEG
  158. tristate "Mediatek JPEG Codec driver"
  159. depends on MTK_IOMMU_V1 || COMPILE_TEST
  160. depends on VIDEO_DEV && VIDEO_V4L2
  161. depends on ARCH_MEDIATEK || COMPILE_TEST
  162. select VIDEOBUF2_DMA_CONTIG
  163. select V4L2_MEM2MEM_DEV
  164. ---help---
  165. Mediatek jpeg codec driver provides HW capability to decode
  166. JPEG format
  167. To compile this driver as a module, choose M here: the
  168. module will be called mtk-jpeg
  169. config VIDEO_MEDIATEK_VPU
  170. tristate "Mediatek Video Processor Unit"
  171. depends on VIDEO_DEV && VIDEO_V4L2
  172. depends on ARCH_MEDIATEK || COMPILE_TEST
  173. ---help---
  174. This driver provides downloading VPU firmware and
  175. communicating with VPU. This driver for hw video
  176. codec embedded in Mediatek's MT8173 SOCs. It is able
  177. to handle video decoding/encoding in a range of formats.
  178. To compile this driver as a module, choose M here: the
  179. module will be called mtk-vpu.
  180. config VIDEO_MEDIATEK_MDP
  181. tristate "Mediatek MDP driver"
  182. depends on MTK_IOMMU || COMPILE_TEST
  183. depends on VIDEO_DEV && VIDEO_V4L2
  184. depends on ARCH_MEDIATEK || COMPILE_TEST
  185. select VIDEOBUF2_DMA_CONTIG
  186. select V4L2_MEM2MEM_DEV
  187. select VIDEO_MEDIATEK_VPU
  188. default n
  189. ---help---
  190. It is a v4l2 driver and present in Mediatek MT8173 SoCs.
  191. The driver supports for scaling and color space conversion.
  192. To compile this driver as a module, choose M here: the
  193. module will be called mtk-mdp.
  194. config VIDEO_MEDIATEK_VCODEC
  195. tristate "Mediatek Video Codec driver"
  196. depends on MTK_IOMMU || COMPILE_TEST
  197. depends on VIDEO_DEV && VIDEO_V4L2
  198. depends on ARCH_MEDIATEK || COMPILE_TEST
  199. select VIDEOBUF2_DMA_CONTIG
  200. select V4L2_MEM2MEM_DEV
  201. select VIDEO_MEDIATEK_VPU
  202. default n
  203. ---help---
  204. Mediatek video codec driver provides HW capability to
  205. encode and decode in a range of video formats
  206. This driver rely on VPU driver to communicate with VPU.
  207. To compile this driver as a module, choose M here: the
  208. module will be called mtk-vcodec
  209. config VIDEO_MEM2MEM_DEINTERLACE
  210. tristate "Deinterlace support"
  211. depends on VIDEO_DEV && VIDEO_V4L2
  212. depends on HAS_DMA
  213. select VIDEOBUF2_DMA_CONTIG
  214. select V4L2_MEM2MEM_DEV
  215. help
  216. Generic deinterlacing V4L2 driver.
  217. config VIDEO_SAMSUNG_S5P_G2D
  218. tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver"
  219. depends on VIDEO_DEV && VIDEO_V4L2
  220. depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
  221. select VIDEOBUF2_DMA_CONTIG
  222. select V4L2_MEM2MEM_DEV
  223. default n
  224. ---help---
  225. This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
  226. 2d graphics accelerator.
  227. config VIDEO_SAMSUNG_S5P_JPEG
  228. tristate "Samsung S5P/Exynos3250/Exynos4 JPEG codec driver"
  229. depends on VIDEO_DEV && VIDEO_V4L2
  230. depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
  231. select VIDEOBUF2_DMA_CONTIG
  232. select V4L2_MEM2MEM_DEV
  233. ---help---
  234. This is a v4l2 driver for Samsung S5P, EXYNOS3250
  235. and EXYNOS4 JPEG codec
  236. config VIDEO_SAMSUNG_S5P_MFC
  237. tristate "Samsung S5P MFC Video Codec"
  238. depends on VIDEO_DEV && VIDEO_V4L2
  239. depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
  240. select VIDEOBUF2_DMA_CONTIG
  241. default n
  242. help
  243. MFC 5.1 and 6.x driver for V4L2
  244. config VIDEO_MX2_EMMAPRP
  245. tristate "MX2 eMMa-PrP support"
  246. depends on VIDEO_DEV && VIDEO_V4L2
  247. depends on SOC_IMX27 || COMPILE_TEST
  248. select VIDEOBUF2_DMA_CONTIG
  249. select V4L2_MEM2MEM_DEV
  250. help
  251. MX2X chips have a PrP that can be used to process buffers from
  252. memory to memory. Operations include resizing and format
  253. conversion.
  254. config VIDEO_SAMSUNG_EXYNOS_GSC
  255. tristate "Samsung Exynos G-Scaler driver"
  256. depends on VIDEO_DEV && VIDEO_V4L2
  257. depends on ARCH_EXYNOS || COMPILE_TEST
  258. select VIDEOBUF2_DMA_CONTIG
  259. select V4L2_MEM2MEM_DEV
  260. help
  261. This is a v4l2 driver for Samsung EXYNOS5 SoC G-Scaler.
  262. config VIDEO_STI_BDISP
  263. tristate "STMicroelectronics BDISP 2D blitter driver"
  264. depends on VIDEO_DEV && VIDEO_V4L2
  265. depends on ARCH_STI || COMPILE_TEST
  266. select VIDEOBUF2_DMA_CONTIG
  267. select V4L2_MEM2MEM_DEV
  268. help
  269. This v4l2 mem2mem driver is a 2D blitter for STMicroelectronics SoC.
  270. config VIDEO_STI_HVA
  271. tristate "STMicroelectronics HVA multi-format video encoder V4L2 driver"
  272. depends on VIDEO_DEV && VIDEO_V4L2
  273. depends on ARCH_STI || COMPILE_TEST
  274. select VIDEOBUF2_DMA_CONTIG
  275. select V4L2_MEM2MEM_DEV
  276. help
  277. This V4L2 driver enables HVA (Hardware Video Accelerator) multi-format
  278. video encoder of STMicroelectronics SoC, allowing hardware encoding of
  279. raw uncompressed formats in various compressed video bitstreams format.
  280. To compile this driver as a module, choose M here:
  281. the module will be called st-hva.
  282. config VIDEO_STI_HVA_DEBUGFS
  283. bool "Export STMicroelectronics HVA internals in debugfs"
  284. depends on VIDEO_STI_HVA
  285. depends on DEBUG_FS
  286. help
  287. Select this to see information about the internal state and the last
  288. operation of STMicroelectronics HVA multi-format video encoder in
  289. debugfs.
  290. Choose N unless you know you need this.
  291. config VIDEO_STI_DELTA
  292. tristate "STMicroelectronics DELTA multi-format video decoder V4L2 driver"
  293. depends on VIDEO_DEV && VIDEO_V4L2
  294. depends on ARCH_STI || COMPILE_TEST
  295. help
  296. This V4L2 driver enables DELTA multi-format video decoder
  297. of STMicroelectronics STiH4xx SoC series allowing hardware
  298. decoding of various compressed video bitstream format in
  299. raw uncompressed format.
  300. Use this option to see the decoders available for such
  301. hardware.
  302. Please notice that the driver will only be built if
  303. at least one of the DELTA decoder below is selected.
  304. if VIDEO_STI_DELTA
  305. config VIDEO_STI_DELTA_MJPEG
  306. bool "STMicroelectronics DELTA MJPEG support"
  307. default y
  308. help
  309. Enables DELTA MJPEG hardware support.
  310. To compile this driver as a module, choose M here:
  311. the module will be called st-delta.
  312. config VIDEO_STI_DELTA_DRIVER
  313. tristate
  314. depends on VIDEO_STI_DELTA
  315. depends on VIDEO_STI_DELTA_MJPEG
  316. default VIDEO_STI_DELTA_MJPEG
  317. select VIDEOBUF2_DMA_CONTIG
  318. select V4L2_MEM2MEM_DEV
  319. select RPMSG
  320. endif # VIDEO_STI_DELTA
  321. config VIDEO_SH_VEU
  322. tristate "SuperH VEU mem2mem video processing driver"
  323. depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
  324. select VIDEOBUF2_DMA_CONTIG
  325. select V4L2_MEM2MEM_DEV
  326. help
  327. Support for the Video Engine Unit (VEU) on SuperH and
  328. SH-Mobile SoCs.
  329. config VIDEO_RENESAS_FDP1
  330. tristate "Renesas Fine Display Processor"
  331. depends on VIDEO_DEV && VIDEO_V4L2
  332. depends on ARCH_RENESAS || COMPILE_TEST
  333. depends on (!ARM64 && !VIDEO_RENESAS_FCP) || VIDEO_RENESAS_FCP
  334. select VIDEOBUF2_DMA_CONTIG
  335. select V4L2_MEM2MEM_DEV
  336. ---help---
  337. This is a V4L2 driver for the Renesas Fine Display Processor
  338. providing colour space conversion, and de-interlacing features.
  339. To compile this driver as a module, choose M here: the module
  340. will be called rcar_fdp1.
  341. config VIDEO_RENESAS_JPU
  342. tristate "Renesas JPEG Processing Unit"
  343. depends on VIDEO_DEV && VIDEO_V4L2
  344. depends on ARCH_RENESAS || COMPILE_TEST
  345. select VIDEOBUF2_DMA_CONTIG
  346. select V4L2_MEM2MEM_DEV
  347. ---help---
  348. This is a V4L2 driver for the Renesas JPEG Processing Unit.
  349. To compile this driver as a module, choose M here: the module
  350. will be called rcar_jpu.
  351. config VIDEO_RENESAS_FCP
  352. tristate "Renesas Frame Compression Processor"
  353. depends on ARCH_RENESAS || COMPILE_TEST
  354. depends on OF
  355. ---help---
  356. This is a driver for the Renesas Frame Compression Processor (FCP).
  357. The FCP is a companion module of video processing modules in the
  358. Renesas R-Car Gen3 SoCs. It handles memory access for the codec,
  359. VSP and FDP modules.
  360. To compile this driver as a module, choose M here: the module
  361. will be called rcar-fcp.
  362. config VIDEO_RENESAS_VSP1
  363. tristate "Renesas VSP1 Video Processing Engine"
  364. depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  365. depends on ARCH_RENESAS || COMPILE_TEST
  366. depends on (!ARM64 && !VIDEO_RENESAS_FCP) || VIDEO_RENESAS_FCP
  367. select VIDEOBUF2_DMA_CONTIG
  368. select VIDEOBUF2_VMALLOC
  369. ---help---
  370. This is a V4L2 driver for the Renesas VSP1 video processing engine.
  371. To compile this driver as a module, choose M here: the module
  372. will be called vsp1.
  373. config VIDEO_ROCKCHIP_RGA
  374. tristate "Rockchip Raster 2d Graphic Acceleration Unit"
  375. depends on VIDEO_DEV && VIDEO_V4L2
  376. depends on ARCH_ROCKCHIP || COMPILE_TEST
  377. select VIDEOBUF2_DMA_SG
  378. select V4L2_MEM2MEM_DEV
  379. default n
  380. ---help---
  381. This is a v4l2 driver for Rockchip SOC RGA 2d graphics accelerator.
  382. Rockchip RGA is a separate 2D raster graphic acceleration unit.
  383. It accelerates 2D graphics operations, such as point/line drawing,
  384. image scaling, rotation, BitBLT, alpha blending and image blur/sharpness.
  385. To compile this driver as a module choose m here.
  386. config VIDEO_TI_VPE
  387. tristate "TI VPE (Video Processing Engine) driver"
  388. depends on VIDEO_DEV && VIDEO_V4L2
  389. depends on SOC_DRA7XX || COMPILE_TEST
  390. select VIDEOBUF2_DMA_CONTIG
  391. select V4L2_MEM2MEM_DEV
  392. select VIDEO_TI_VPDMA
  393. select VIDEO_TI_SC
  394. select VIDEO_TI_CSC
  395. default n
  396. ---help---
  397. Support for the TI VPE(Video Processing Engine) block
  398. found on DRA7XX SoC.
  399. config VIDEO_TI_VPE_DEBUG
  400. bool "VPE debug messages"
  401. depends on VIDEO_TI_VPE
  402. ---help---
  403. Enable debug messages on VPE driver.
  404. config VIDEO_QCOM_VENUS
  405. tristate "Qualcomm Venus V4L2 encoder/decoder driver"
  406. depends on VIDEO_DEV && VIDEO_V4L2
  407. depends on (ARCH_QCOM && IOMMU_DMA) || COMPILE_TEST
  408. select QCOM_MDT_LOADER if ARCH_QCOM
  409. select QCOM_SCM if ARCH_QCOM
  410. select VIDEOBUF2_DMA_SG
  411. select V4L2_MEM2MEM_DEV
  412. ---help---
  413. This is a V4L2 driver for Qualcomm Venus video accelerator
  414. hardware. It accelerates encoding and decoding operations
  415. on various Qualcomm SoCs.
  416. To compile this driver as a module choose m here.
  417. endif # V4L_MEM2MEM_DRIVERS
  418. # TI VIDEO PORT Helper Modules
  419. # These will be selected by VPE and VIP
  420. config VIDEO_TI_VPDMA
  421. tristate
  422. config VIDEO_TI_SC
  423. tristate
  424. config VIDEO_TI_CSC
  425. tristate
  426. menuconfig V4L_TEST_DRIVERS
  427. bool "Media test drivers"
  428. depends on MEDIA_CAMERA_SUPPORT
  429. if V4L_TEST_DRIVERS
  430. source "drivers/media/platform/vimc/Kconfig"
  431. source "drivers/media/platform/vivid/Kconfig"
  432. config VIDEO_VIM2M
  433. tristate "Virtual Memory-to-Memory Driver"
  434. depends on VIDEO_DEV && VIDEO_V4L2
  435. select VIDEOBUF2_VMALLOC
  436. select V4L2_MEM2MEM_DEV
  437. default n
  438. ---help---
  439. This is a virtual test device for the memory-to-memory driver
  440. framework.
  441. source "drivers/media/platform/vicodec/Kconfig"
  442. endif #V4L_TEST_DRIVERS
  443. menuconfig DVB_PLATFORM_DRIVERS
  444. bool "DVB platform devices"
  445. depends on MEDIA_DIGITAL_TV_SUPPORT
  446. default n
  447. ---help---
  448. Say Y here to enable support for platform-specific Digital TV drivers.
  449. if DVB_PLATFORM_DRIVERS
  450. source "drivers/media/platform/sti/c8sectpfe/Kconfig"
  451. endif #DVB_PLATFORM_DRIVERS
  452. menuconfig CEC_PLATFORM_DRIVERS
  453. bool "CEC platform devices"
  454. depends on MEDIA_CEC_SUPPORT
  455. if CEC_PLATFORM_DRIVERS
  456. config VIDEO_CROS_EC_CEC
  457. tristate "ChromeOS EC CEC driver"
  458. depends on MFD_CROS_EC
  459. select CEC_CORE
  460. select CEC_NOTIFIER
  461. select CHROME_PLATFORMS
  462. select CROS_EC_PROTO
  463. ---help---
  464. If you say yes here you will get support for the
  465. ChromeOS Embedded Controller's CEC.
  466. The CEC bus is present in the HDMI connector and enables communication
  467. between compatible devices.
  468. config VIDEO_MESON_AO_CEC
  469. tristate "Amlogic Meson AO CEC driver"
  470. depends on ARCH_MESON || COMPILE_TEST
  471. select CEC_CORE
  472. select CEC_NOTIFIER
  473. ---help---
  474. This is a driver for Amlogic Meson SoCs AO CEC interface. It uses the
  475. generic CEC framework interface.
  476. CEC bus is present in the HDMI connector and enables communication
  477. config CEC_GPIO
  478. tristate "Generic GPIO-based CEC driver"
  479. depends on PREEMPT || COMPILE_TEST
  480. select CEC_CORE
  481. select CEC_PIN
  482. select GPIOLIB
  483. ---help---
  484. This is a generic GPIO-based CEC driver.
  485. The CEC bus is present in the HDMI connector and enables communication
  486. between compatible devices.
  487. config VIDEO_SAMSUNG_S5P_CEC
  488. tristate "Samsung S5P CEC driver"
  489. depends on ARCH_EXYNOS || COMPILE_TEST
  490. select CEC_CORE
  491. select CEC_NOTIFIER
  492. ---help---
  493. This is a driver for Samsung S5P HDMI CEC interface. It uses the
  494. generic CEC framework interface.
  495. CEC bus is present in the HDMI connector and enables communication
  496. between compatible devices.
  497. config VIDEO_STI_HDMI_CEC
  498. tristate "STMicroelectronics STiH4xx HDMI CEC driver"
  499. depends on ARCH_STI || COMPILE_TEST
  500. select CEC_CORE
  501. select CEC_NOTIFIER
  502. ---help---
  503. This is a driver for STIH4xx HDMI CEC interface. It uses the
  504. generic CEC framework interface.
  505. CEC bus is present in the HDMI connector and enables communication
  506. between compatible devices.
  507. config VIDEO_STM32_HDMI_CEC
  508. tristate "STMicroelectronics STM32 HDMI CEC driver"
  509. depends on ARCH_STM32 || COMPILE_TEST
  510. select REGMAP
  511. select REGMAP_MMIO
  512. select CEC_CORE
  513. ---help---
  514. This is a driver for STM32 interface. It uses the
  515. generic CEC framework interface.
  516. CEC bus is present in the HDMI connector and enables communication
  517. between compatible devices.
  518. config VIDEO_TEGRA_HDMI_CEC
  519. tristate "Tegra HDMI CEC driver"
  520. depends on ARCH_TEGRA || COMPILE_TEST
  521. select CEC_CORE
  522. select CEC_NOTIFIER
  523. ---help---
  524. This is a driver for the Tegra HDMI CEC interface. It uses the
  525. generic CEC framework interface.
  526. The CEC bus is present in the HDMI connector and enables communication
  527. between compatible devices.
  528. endif #CEC_PLATFORM_DRIVERS
  529. menuconfig SDR_PLATFORM_DRIVERS
  530. bool "SDR platform devices"
  531. depends on MEDIA_SDR_SUPPORT
  532. default n
  533. ---help---
  534. Say Y here to enable support for platform-specific SDR Drivers.
  535. if SDR_PLATFORM_DRIVERS
  536. config VIDEO_RCAR_DRIF
  537. tristate "Renesas Digitial Radio Interface (DRIF)"
  538. depends on VIDEO_V4L2
  539. depends on ARCH_RENESAS || COMPILE_TEST
  540. select VIDEOBUF2_VMALLOC
  541. ---help---
  542. Say Y if you want to enable R-Car Gen3 DRIF support. DRIF is Digital
  543. Radio Interface that interfaces with an RF front end chip. It is a
  544. receiver of digital data which uses DMA to transfer received data to
  545. a configured location for an application to use.
  546. To compile this driver as a module, choose M here; the module
  547. will be called rcar_drif.
  548. endif # SDR_PLATFORM_DRIVERS