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:
parent
2dc6b94ec7
commit
a7099ed8e3
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue