1
0
Fork 0
mirror of https://gitlab.postmarketos.org/postmarketOS/pmaports.git synced 2025-07-12 16:19:48 +03:00

kconfigcheck: add additional kconfig requirements for systemd

From: https://github.com/systemd/systemd/blob/main/README

fixes #3769
This commit is contained in:
Clayton Craft 2025-06-09 22:33:24 -07:00
parent afa8c187a9
commit 524263b0b5
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A

View file

@ -83,6 +83,17 @@ FW_LOADER_COMPRESS_ZSTD = true
PSI = true
PSI_DEFAULT_DISABLED = false
UDMABUF = true
["category:default".">=5.7.0"."all"]
# systemd (kernel version is "recommended baseline")
BPF = true
BPF_LSM = true
DEBUG_INFO = true
DEBUG_INFO_BTF = true
DEBUG_INFO_BTF_MODULES = true
DEBUG_INFO_DWARF5 = true
SECURITYFS = true
NET_NS = true
BPF_JIT = true
# waydroid: android compatibility layer
["category:waydroid".">=0.0.0"."all"]