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:
parent
afa8c187a9
commit
524263b0b5
1 changed files with 11 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue