summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorNaushir Patuck <naush@raspberrypi.com>2025-01-13 09:24:46 +0000
committerKieran Bingham <kieran.bingham@ideasonboard.com>2025-03-20 12:03:28 +0000
commit841ef2b4bb08ba48470817ff1f838efcce377fee (patch)
treed17d29b33fbcb8d250f2ccd49afae93505678c4f /meson_options.txt
parent332b04ce2003b4135fb58a84252fb47a94f36c40 (diff)
pipeline: rpi: Add support for Raspberry Pi 5
Add the Raspberry Pi 5 ISP (PiSP) pipeline handler to libcamera. To include this pipeline handler in the build, set the following meson option: meson configure -Dpipelines=rpi/pisp Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: David Plowman <david.plowman@raspberrypi.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 4db05a68..1877d800 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -51,6 +51,7 @@ option('pipelines',
'ipu3',
'mali-c55',
'rkisp1',
+ 'rpi/pisp',
'rpi/vc4',
'simple',
'uvcvideo',