Kconfig (32d17597d3e299ffe8b07e3afc12f8074e7ae483) | Kconfig (417d2e507edcb5cf15eb344f86bd3dd28737f24e) |
---|---|
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 host interface (CAMIF). 114 115 To compile this driver as a module, choose M here: the module 116 will be called s3c-camif. 117 118source "drivers/media/platform/soc_camera/Kconfig" 119source "drivers/media/platform/exynos4-is/Kconfig" 120source "drivers/media/platform/s5p-tv/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 host interface (CAMIF). 114 115 To compile this driver as a module, choose M here: the module 116 will be called s3c-camif. 117 118source "drivers/media/platform/soc_camera/Kconfig" 119source "drivers/media/platform/exynos4-is/Kconfig" 120source "drivers/media/platform/s5p-tv/Kconfig" |
121source "drivers/media/platform/am437x/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 --- |