From dccdf87af3d5d1d0a50379abc223fcaf3113036f Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Mon, 13 Jan 2025 09:24:44 +0000 Subject: 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 Reviewed-by: David Plowman Reviewed-by: Kieran Bingham Acked-by: Kieran Bingham Signed-off-by: Kieran Bingham --- meson_options.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meson_options.txt') 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', -- cgit v1.2.1