kconfigcheck: version gate DRM_FBDEV_EMULATION

DRM_FBDEV_EMULATION was added in kernel version 4.3, but we have kernels older than that.
Version gating the option fixes kconfigcheck on these kernels.

Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8202>
This commit is contained in:
Aster Boese 2026-03-19 21:50:02 +01:00 committed by The Friendly Meow (merge) Bot
parent 30e5479de2
commit 5e58825ad3
No known key found for this signature in database

View file

@ -55,7 +55,6 @@ CRYPTO_AES = "y"
CRYPTO_XTS = "y"
DEVTMPFS = "y"
DM_CRYPT = "y"
DRM_FBDEV_EMULATION = "y"
FB = "y"
INPUT_EVDEV = "m"
KINETO_GAN = "n"
@ -66,6 +65,8 @@ SYSVIPC = "y"
TMPFS_POSIX_ACL = "y"
USE_VFB = "n"
VT = "y"
["category:default".">=4.3.0"."all"]
DRM_FBDEV_EMULATION = "y"
["category:default".">=2.6.0"."all"]
BINFMT_ELF = "y"
["category:default".">=3.10.0"."all"]