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 <alistair@alistair23.me>
Tweaked-By: Oliver Smith <ollieparanoid@postmarketos.org>
[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
This commit is contained in:
Alistair Francis 2024-07-27 21:08:23 +10:00 committed by Oliver Smith
parent 2dc6b94ec7
commit a7099ed8e3
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -14,6 +14,7 @@ community = [
"category:default", "category:default",
"category:community_various", "category:community_various",
"category:containers", "category:containers",
"category:libcamera",
"category:filesystems", "category:filesystems",
"category:iwd", "category:iwd",
"category:netboot", "category:netboot",
@ -317,3 +318,9 @@ EFI_PARAMS_FROM_FDT = true
["category:uefi".">=6.1.0"."aarch64"] ["category:uefi".">=6.1.0"."aarch64"]
# Required EFI booting compressed kernels on this arch # Required EFI booting compressed kernels on this arch
EFI_ZBOOT = true EFI_ZBOOT = true
["category:libcamera".">=0.0.0"."aarch64"]
DMABUF_HEAPS_CMA = true
DMABUF_HEAPS = true
DMA_CMA = true
CMA = true