Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[firefly-linux-kernel-4.4.55.git] / drivers / media / platform / Kconfig
index 181c7686e412aa485e755867d8fad8e7f5f13bf8..3dcfea612c42975615e7d95f5f613918d8d547d1 100644 (file)
@@ -109,6 +109,18 @@ config VIDEO_OMAP3_DEBUG
        ---help---
          Enable debug messages on OMAP 3 camera controller driver.
 
+config VIDEO_S3C_CAMIF
+       tristate "Samsung S3C24XX/S3C64XX SoC Camera Interface driver"
+       depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
+       depends on (PLAT_S3C64XX || PLAT_S3C24XX) && PM_RUNTIME
+       select VIDEOBUF2_DMA_CONTIG
+       ---help---
+         This is a v4l2 driver for s3c24xx and s3c64xx SoC series camera
+         host interface (CAMIF).
+
+         To compile this driver as a module, choose M here: the module
+         will be called s3c-camif.
+
 source "drivers/media/platform/soc_camera/Kconfig"
 source "drivers/media/platform/s5p-fimc/Kconfig"
 source "drivers/media/platform/s5p-tv/Kconfig"