kconfigcheck: minimum kernel version for UDMABUF
CONFIG_UDMABUF was introduced in Linux 4.20, but it was accidentially required on Linux 3.10+ by the CI. Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6666
This commit is contained in:
parent
efeed0bfc7
commit
2d409761f3
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,6 @@ VT = true
|
|||
BINFMT_ELF = true
|
||||
["category:default".">=3.10.0"."all"]
|
||||
BINFMT_SCRIPT = true
|
||||
UDMABUF = true
|
||||
["category:default".">=4.0.0"."all"]
|
||||
UEVENT_HELPER = true
|
||||
USER_NS = true
|
||||
|
|
@ -83,6 +82,7 @@ FW_LOADER_COMPRESS_ZSTD = true
|
|||
# required for systemd-oomd
|
||||
PSI = true
|
||||
PSI_DEFAULT_DISABLED = false
|
||||
UDMABUF = true
|
||||
|
||||
# waydroid: android compatibility layer
|
||||
["category:waydroid".">=0.0.0"."all"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue