summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorNaushir Patuck <naush@raspberrypi.com>2025-01-13 09:24:44 +0000
committerKieran Bingham <kieran.bingham@ideasonboard.com>2025-03-20 12:03:28 +0000
commitdccdf87af3d5d1d0a50379abc223fcaf3113036f (patch)
tree478d474343a4c95c681984928a77acb5e378ed7f /meson_options.txt
parente9807f5b6ac7991d695eac5e9df93d27c633957d (diff)
ipa: rpi: Add support for Raspberry Pi 5
Add the Raspberry Pi 5 ISP (PiSP) IPA to libcamera. To include this IPA in the build, set the following meson option: meson configure -Dipas=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.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index f19bca91..4db05a68 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -32,7 +32,8 @@ option('gstreamer',
option('ipas',
type : 'array',
- choices : ['ipu3', 'mali-c55', 'rkisp1', 'rpi/vc4', 'simple', 'vimc'],
+ choices : ['ipu3', 'mali-c55', 'rkisp1', 'rpi/pisp', 'rpi/vc4', 'simple',
+ 'vimc'],
description : 'Select which IPA modules to build')
option('lc-compliance',