mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-31 23:27:20 +00:00

Add support for Raspberry Pi CFE. The CFE is a hardware block that contains: - MIPI D-PHY - MIPI CSI-2 receiver - Front End ISP (FE) The driver has been upported from the Raspberry Pi kernel commit 88a681df9623 ("ARM: dts: bcm2712-rpi: Add i2c<n>_pins labels"). Co-developed-by: Naushir Patuck <naush@raspberrypi.com> Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
15 lines
436 B
Text
15 lines
436 B
Text
# RP1 V4L2 camera support
|
|
|
|
config VIDEO_RP1_CFE
|
|
tristate "Raspberry Pi RP1 Camera Front End (CFE) video capture driver"
|
|
depends on VIDEO_DEV
|
|
depends on PM
|
|
select VIDEO_V4L2_SUBDEV_API
|
|
select MEDIA_CONTROLLER
|
|
select VIDEOBUF2_DMA_CONTIG
|
|
select V4L2_FWNODE
|
|
help
|
|
Say Y here to enable support for the Raspberry Pi RP1 Camera Front End.
|
|
|
|
To compile this driver as a module, choose M here. The module will be
|
|
called rp1-cfe.
|