summaryrefslogtreecommitdiff
path: root/drivers/media/platform/rcar-vin/Kconfig
diff options
context:
space:
mode:
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>2016-04-26 13:22:19 (GMT)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-06-16 10:42:32 (GMT)
commitf00add9655e17032617da602f7c636ad055761e1 (patch)
tree8001b76f045ae026a094cbb4029812edf1e40837 /drivers/media/platform/rcar-vin/Kconfig
parent83934b75c368f529d084815c463a7ef781dc9751 (diff)
downloadlinux-f00add9655e17032617da602f7c636ad055761e1.tar.xz
[media] rcar-vin: add Renesas R-Car VIN driver
A V4L2 driver for Renesas R-Car VIN driver that do not depend on soc_camera. The driver is heavily based on its predecessor and aims to replace it. Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/platform/rcar-vin/Kconfig')
-rw-r--r--drivers/media/platform/rcar-vin/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/media/platform/rcar-vin/Kconfig b/drivers/media/platform/rcar-vin/Kconfig
new file mode 100644
index 0000000..b2ff2d4
--- /dev/null
+++ b/drivers/media/platform/rcar-vin/Kconfig
@@ -0,0 +1,11 @@
+config VIDEO_RCAR_VIN
+ tristate "R-Car Video Input (VIN) Driver"
+ depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && OF && HAS_DMA
+ depends on ARCH_RENESAS || COMPILE_TEST
+ select VIDEOBUF2_DMA_CONTIG
+ ---help---
+ Support for Renesas R-Car Video Input (VIN) driver.
+ Supports R-Car Gen2 SoCs.
+
+ To compile this driver as a module, choose M here: the
+ module will be called rcar-vin.