mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 00:08:17 +07:00
48ad6c2b55
Add the SoC specific information for Renesas r8a7795 ES1.x and ES2.0. Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
13 lines
439 B
Plaintext
13 lines
439 B
Plaintext
config VIDEO_RCAR_VIN
|
|
tristate "R-Car Video Input (VIN) Driver"
|
|
depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && OF && HAS_DMA && MEDIA_CONTROLLER
|
|
depends on ARCH_RENESAS || COMPILE_TEST
|
|
select VIDEOBUF2_DMA_CONTIG
|
|
select V4L2_FWNODE
|
|
---help---
|
|
Support for Renesas R-Car Video Input (VIN) driver.
|
|
Supports R-Car Gen2 and Gen3 SoCs.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called rcar-vin.
|