xref: /linux/drivers/media/platform/raspberrypi/rp1-cfe/Kconfig (revision 7f71507851fc7764b36a3221839607d3a45c2025)
1# RP1 V4L2 camera support
2
3config VIDEO_RP1_CFE
4	tristate "Raspberry Pi RP1 Camera Front End (CFE) video capture driver"
5	depends on VIDEO_DEV
6	depends on PM
7	select VIDEO_V4L2_SUBDEV_API
8	select MEDIA_CONTROLLER
9	select VIDEOBUF2_DMA_CONTIG
10	select V4L2_FWNODE
11	help
12	  Say Y here to enable support for the Raspberry Pi RP1 Camera Front End.
13
14	  To compile this driver as a module, choose M here. The module will be
15	  called rp1-cfe.
16