Kconfig (851462444d421c223965b12b836bef63da61b57f) Kconfig (babde1c243b25592038dd7193867a49729e3d505)
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

--- 95 unchanged lines hidden (view full) ---

104 Driver for an OMAP 3 camera controller.
105
106config VIDEO_OMAP3_DEBUG
107 bool "OMAP 3 Camera debug messages"
108 depends on VIDEO_OMAP3
109 ---help---
110 Enable debug messages on OMAP 3 camera controller driver.
111
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

--- 95 unchanged lines hidden (view full) ---

104 Driver for an OMAP 3 camera controller.
105
106config VIDEO_OMAP3_DEBUG
107 bool "OMAP 3 Camera debug messages"
108 depends on VIDEO_OMAP3
109 ---help---
110 Enable debug messages on OMAP 3 camera controller driver.
111
112config VIDEO_S3C_CAMIF
113 tristate "Samsung S3C24XX/S3C64XX SoC Camera Interface driver"
114 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
115 depends on (PLAT_S3C64XX || PLAT_S3C24XX) && PM_RUNTIME
116 select VIDEOBUF2_DMA_CONTIG
117 ---help---
118 This is a v4l2 driver for s3c24xx and s3c64xx SoC series camera
119 host interface (CAMIF).
120
121 To compile this driver as a module, choose M here: the module
122 will be called s3c-camif.
123
112source "drivers/media/platform/soc_camera/Kconfig"
113source "drivers/media/platform/s5p-fimc/Kconfig"
114source "drivers/media/platform/s5p-tv/Kconfig"
115
116endif # V4L_PLATFORM_DRIVERS
117
118menuconfig V4L_MEM2MEM_DRIVERS
119 bool "Memory-to-memory multimedia devices"

--- 104 unchanged lines hidden ---
124source "drivers/media/platform/soc_camera/Kconfig"
125source "drivers/media/platform/s5p-fimc/Kconfig"
126source "drivers/media/platform/s5p-tv/Kconfig"
127
128endif # V4L_PLATFORM_DRIVERS
129
130menuconfig V4L_MEM2MEM_DRIVERS
131 bool "Memory-to-memory multimedia devices"

--- 104 unchanged lines hidden ---