From a7099ed8e3e778559e36541724d9ee5382d421c5 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Sat, 27 Jul 2024 21:08:23 +1000 Subject: [PATCH] kconfigcheck.toml: Add libcamera checks (MR 5391) To avoid something like https://gitlab.com/postmarketOS/pmaports/-/issues/3050 we should make sure the libcamera configs are enabled. This also addresses: https://gitlab.com/postmarketOS/pmbootstrap/-/issues/2174#note_1884069175 Signed-off-by: Alistair Francis Tweaked-By: Oliver Smith [ci:skip-vercheck]: don't need to bump the version for kernel packages in this patchset where we only removed pmb:kconfigcheck-community. [ci:skip-build]: too many kernels changed --- kconfigcheck.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/kconfigcheck.toml b/kconfigcheck.toml index 18756f4ec..ed862b3ab 100644 --- a/kconfigcheck.toml +++ b/kconfigcheck.toml @@ -14,6 +14,7 @@ community = [ "category:default", "category:community_various", "category:containers", + "category:libcamera", "category:filesystems", "category:iwd", "category:netboot", @@ -317,3 +318,9 @@ EFI_PARAMS_FROM_FDT = true ["category:uefi".">=6.1.0"."aarch64"] # Required EFI booting compressed kernels on this arch EFI_ZBOOT = true + +["category:libcamera".">=0.0.0"."aarch64"] +DMABUF_HEAPS_CMA = true +DMABUF_HEAPS = true +DMA_CMA = true +CMA = true