Kconfig (76b36fa896a2db64582690e085f36adc76604134) | Kconfig (343e89a792a571b28b9c02850db7af2ef25ffb20) |
---|---|
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 --- 106 unchanged lines hidden (view full) --- 115 will be called s3c-camif. 116 117source "drivers/media/platform/soc_camera/Kconfig" 118source "drivers/media/platform/exynos4-is/Kconfig" 119source "drivers/media/platform/s5p-tv/Kconfig" 120source "drivers/media/platform/am437x/Kconfig" 121source "drivers/media/platform/xilinx/Kconfig" 122 | 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 --- 106 unchanged lines hidden (view full) --- 115 will be called s3c-camif. 116 117source "drivers/media/platform/soc_camera/Kconfig" 118source "drivers/media/platform/exynos4-is/Kconfig" 119source "drivers/media/platform/s5p-tv/Kconfig" 120source "drivers/media/platform/am437x/Kconfig" 121source "drivers/media/platform/xilinx/Kconfig" 122 |
123config VIDEO_TI_CAL 124 tristate "TI CAL (Camera Adaptation Layer) driver" 125 depends on VIDEO_DEV && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 126 depends on SOC_DRA7XX || COMPILE_TEST 127 select VIDEOBUF2_DMA_CONTIG 128 default n 129 ---help--- 130 Support for the TI CAL (Camera Adaptation Layer) block 131 found on DRA72X SoC. 132 In TI Technical Reference Manual this module is referred as 133 Camera Interface Subsystem (CAMSS). 134 |
|
123endif # V4L_PLATFORM_DRIVERS 124 125menuconfig V4L_MEM2MEM_DRIVERS 126 bool "Memory-to-memory multimedia devices" 127 depends on VIDEO_V4L2 128 depends on MEDIA_CAMERA_SUPPORT 129 default n 130 ---help--- --- 174 unchanged lines hidden --- | 135endif # V4L_PLATFORM_DRIVERS 136 137menuconfig V4L_MEM2MEM_DRIVERS 138 bool "Memory-to-memory multimedia devices" 139 depends on VIDEO_V4L2 140 depends on MEDIA_CAMERA_SUPPORT 141 default n 142 ---help--- --- 174 unchanged lines hidden --- |