mirror of
https://github.com/torvalds/linux.git
synced 2024-12-17 16:43:08 +00:00
f00add9655
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>
12 lines
390 B
Plaintext
12 lines
390 B
Plaintext
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.
|