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:
Sonya Sireneva 2025-06-14 20:36:02 +03:00 committed by Alexey Minnekhanov
parent efeed0bfc7
commit 2d409761f3
No known key found for this signature in database
GPG key ID: E5CDBFE9EE87296E

View file

@ -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"]