Kconfig (bba9525520b6028ecbe7486e13216e9ede8636be) | Kconfig (1fc3b37f34f69ee3fd61ca624fc005fb0bfe3984) |
---|---|
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 --- 12 unchanged lines hidden (view full) --- 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# | 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 --- 12 unchanged lines hidden (view full) --- 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# |
29source "drivers/media/platform/cadence/Kconfig" |
|
29 30source "drivers/media/platform/davinci/Kconfig" 31 32source "drivers/media/platform/omap/Kconfig" 33 34config VIDEO_SH_VOU 35 tristate "SuperH VOU video output driver" 36 depends on MEDIA_CAMERA_SUPPORT 37 depends on VIDEO_DEV && I2C && HAS_DMA 38 depends on ARCH_SHMOBILE || COMPILE_TEST 39 select VIDEOBUF2_DMA_CONTIG 40 help 41 Support for the Video Output Unit (VOU) on SuperH SoCs. 42 43config VIDEO_VIU 44 tristate "Freescale VIU Video Driver" | 30 31source "drivers/media/platform/davinci/Kconfig" 32 33source "drivers/media/platform/omap/Kconfig" 34 35config VIDEO_SH_VOU 36 tristate "SuperH VOU video output driver" 37 depends on MEDIA_CAMERA_SUPPORT 38 depends on VIDEO_DEV && I2C && HAS_DMA 39 depends on ARCH_SHMOBILE || COMPILE_TEST 40 select VIDEOBUF2_DMA_CONTIG 41 help 42 Support for the Video Output Unit (VOU) on SuperH SoCs. 43 44config VIDEO_VIU 45 tristate "Freescale VIU Video Driver" |
45 depends on VIDEO_V4L2 && PPC_MPC512x | 46 depends on VIDEO_V4L2 && (PPC_MPC512x || COMPILE_TEST) && I2C |
46 select VIDEOBUF_DMA_CONTIG 47 default y 48 ---help--- 49 Support for Freescale VIU video driver. This device captures 50 video data, or overlays video on DIU frame buffer. 51 52 Say Y here if you want to enable VIU device on MPC5121e Rev2+. 53 In doubt, say N. 54 55config VIDEO_MUX 56 tristate "Video Multiplexer" 57 select MULTIPLEXER 58 depends on VIDEO_V4L2 && OF && VIDEO_V4L2_SUBDEV_API && MEDIA_CONTROLLER 59 select REGMAP 60 help 61 This driver provides support for N:1 video bus multiplexers. 62 63config VIDEO_OMAP3 64 tristate "OMAP 3 Camera support" | 47 select VIDEOBUF_DMA_CONTIG 48 default y 49 ---help--- 50 Support for Freescale VIU video driver. This device captures 51 video data, or overlays video on DIU frame buffer. 52 53 Say Y here if you want to enable VIU device on MPC5121e Rev2+. 54 In doubt, say N. 55 56config VIDEO_MUX 57 tristate "Video Multiplexer" 58 select MULTIPLEXER 59 depends on VIDEO_V4L2 && OF && VIDEO_V4L2_SUBDEV_API && MEDIA_CONTROLLER 60 select REGMAP 61 help 62 This driver provides support for N:1 video bus multiplexers. 63 64config VIDEO_OMAP3 65 tristate "OMAP 3 Camera support" |
65 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3 | 66 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API 67 depends on (ARCH_OMAP3 && OMAP_IOMMU) || COMPILE_TEST 68 depends on COMMON_CLK |
66 depends on HAS_DMA && OF | 69 depends on HAS_DMA && OF |
67 depends on OMAP_IOMMU 68 select ARM_DMA_USE_IOMMU | 70 select ARM_DMA_USE_IOMMU if OMAP_IOMMU |
69 select VIDEOBUF2_DMA_CONTIG 70 select MFD_SYSCON 71 select V4L2_FWNODE 72 ---help--- 73 Driver for an OMAP 3 camera controller. 74 75config VIDEO_OMAP3_DEBUG 76 bool "OMAP 3 Camera debug messages" --- 476 unchanged lines hidden (view full) --- 553 select CEC_NOTIFIER 554 ---help--- 555 This is a driver for Amlogic Meson SoCs AO CEC interface. It uses the 556 generic CEC framework interface. 557 CEC bus is present in the HDMI connector and enables communication 558 559config CEC_GPIO 560 tristate "Generic GPIO-based CEC driver" | 71 select VIDEOBUF2_DMA_CONTIG 72 select MFD_SYSCON 73 select V4L2_FWNODE 74 ---help--- 75 Driver for an OMAP 3 camera controller. 76 77config VIDEO_OMAP3_DEBUG 78 bool "OMAP 3 Camera debug messages" --- 476 unchanged lines hidden (view full) --- 555 select CEC_NOTIFIER 556 ---help--- 557 This is a driver for Amlogic Meson SoCs AO CEC interface. It uses the 558 generic CEC framework interface. 559 CEC bus is present in the HDMI connector and enables communication 560 561config CEC_GPIO 562 tristate "Generic GPIO-based CEC driver" |
561 depends on PREEMPT | 563 depends on PREEMPT || COMPILE_TEST |
562 select CEC_CORE 563 select CEC_PIN 564 select GPIOLIB 565 ---help--- 566 This is a generic GPIO-based CEC driver. 567 The CEC bus is present in the HDMI connector and enables communication 568 between compatible devices. 569 --- 71 unchanged lines hidden --- | 564 select CEC_CORE 565 select CEC_PIN 566 select GPIOLIB 567 ---help--- 568 This is a generic GPIO-based CEC driver. 569 The CEC bus is present in the HDMI connector and enables communication 570 between compatible devices. 571 --- 71 unchanged lines hidden --- |