Kconfig (503596a15225e00bdf24f0805567d5195f6c749f) | Kconfig (df3305156f989339529b3d6744b898d498fb1f7b) |
---|---|
1# 2# Platform drivers 3# All 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 --- 104 unchanged lines hidden (view full) --- 113 114 To compile this driver as a module, choose M here: the module 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" | 1# 2# Platform drivers 3# All 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 --- 104 unchanged lines hidden (view full) --- 113 114 To compile this driver as a module, choose M here: the module 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" |
|
121 122endif # V4L_PLATFORM_DRIVERS 123 124menuconfig V4L_MEM2MEM_DRIVERS 125 bool "Memory-to-memory multimedia devices" 126 depends on VIDEO_V4L2 127 depends on MEDIA_CAMERA_SUPPORT 128 default n --- 143 unchanged lines hidden --- | 122 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 --- 143 unchanged lines hidden --- |