On 03/08/2013 03:59 PM, Arun Kumar K wrote:
Modifies the exynos5-is Makefile and Kconfig to include the new
fimc-is driver.
Signed-off-by: Arun Kumar K<arun...@samsung.com>
Signed-off-by: Kilyeon Im<kilyeon...@samsung.com>
---
drivers/media/platform/exynos5-is/Kconfig | 12 ++++++++++++
drivers/media/platform/exynos5-is/Makefile | 3 +++
2 files changed, 15 insertions(+)
diff --git a/drivers/media/platform/exynos5-is/Kconfig
b/drivers/media/platform/exynos5-is/Kconfig
index 7aacf3b..588103e 100644
--- a/drivers/media/platform/exynos5-is/Kconfig
+++ b/drivers/media/platform/exynos5-is/Kconfig
@@ -5,3 +5,15 @@ config VIDEO_SAMSUNG_EXYNOS5_MDEV
This is a v4l2 based media controller driver for
Exynos5 SoC.
+if VIDEO_SAMSUNG_EXYNOS5_MDEV
+
+config VIDEO_SAMSUNG_EXYNOS5_FIMC_IS
+ tristate "Samsung Exynos5 SoC FIMC-IS driver"
+ depends on VIDEO_V4L2_SUBDEV_API
+ depends on VIDEO_SAMSUNG_EXYNOS5_MDEV
+ select VIDEOBUF2_DMA_CONTIG
+ help
+ This is a v4l2 driver for Samsung Exynos5 SoC series Imaging
+ subsystem known as FIMC-IS.
nit: Subsystem and V4L2 should be capitalized.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html