summaryrefslogtreecommitdiff
path: root/drivers/media/platform/raspberrypi/pisp_be/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/platform/raspberrypi/pisp_be/Kconfig')
-rw-r--r--drivers/media/platform/raspberrypi/pisp_be/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/media/platform/raspberrypi/pisp_be/Kconfig b/drivers/media/platform/raspberrypi/pisp_be/Kconfig
new file mode 100644
index 000000000000..38c0f8305d62
--- /dev/null
+++ b/drivers/media/platform/raspberrypi/pisp_be/Kconfig
@@ -0,0 +1,12 @@
+config VIDEO_RASPBERRYPI_PISP_BE
+ tristate "Raspberry Pi PiSP Backend (BE) ISP driver"
+ depends on V4L_PLATFORM_DRIVERS
+ depends on VIDEO_DEV
+ select VIDEO_V4L2_SUBDEV_API
+ select MEDIA_CONTROLLER
+ select VIDEOBUF2_DMA_CONTIG
+ help
+ Say Y here to enable support for the PiSP Backend (BE) ISP driver.
+
+ To compile this driver as a module, choose M here. The module will be
+ called pisp-be.