From a15c4316666247021f0c946ac91e5b99c7a4a7dd Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Thu, 4 May 2023 09:15:27 +0100 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 --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 9eeec1f0..6a6b6864 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -32,7 +32,7 @@ option('gstreamer', option('ipas', type : 'array', - choices : ['ipu3', 'rkisp1', 'rpi/vc4', 'simple', 'vimc'], + choices : ['ipu3', 'rkisp1', 'rpi/pisp', 'rpi/vc4', 'simple', 'vimc'], description : 'Select which IPA modules to build') option('lc-compliance', -- cgit v1.2.1