summaryrefslogtreecommitdiff
path: root/drivers/media/platform/sunxi/Kconfig
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@bootlin.com>2019-08-22 05:21:14 -0300
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-08-23 07:31:35 -0300
commit577bbf23b758848f0c4a50d346460b690c753024 (patch)
tree27ed5025286442b05ba2142bf6906294802e0cdb /drivers/media/platform/sunxi/Kconfig
parent3f0e6df62213ede83e3b223d36594cbcc953cb08 (diff)
media: sunxi: Add A10 CSI driver
The older CSI drivers have camera capture interface different from the one in the newer ones. This IP is pretty simple. Some variants (one controller out of two instances on some SoCs) have an ISP embedded, but there's no code that make use of it, so we ignored that part for now. [Sakari Ailus: Wrapped a few long lines, set mbus code using a macro.] Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/platform/sunxi/Kconfig')
-rw-r--r--drivers/media/platform/sunxi/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/platform/sunxi/Kconfig b/drivers/media/platform/sunxi/Kconfig
index 1b6e89cb78b2..71808e93ac2e 100644
--- a/drivers/media/platform/sunxi/Kconfig
+++ b/drivers/media/platform/sunxi/Kconfig
@@ -1 +1,2 @@
+source "drivers/media/platform/sunxi/sun4i-csi/Kconfig"
source "drivers/media/platform/sunxi/sun6i-csi/Kconfig"