kconfigcheck: Require framebuffer support

unl0kr is unusable without CONFIG_FB enabled. With DRM, we need
CONFIG_DRM_FBDEV_EMULATION=y to have /dev/fb* nodes.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7833>
This commit is contained in:
Aelin 2026-01-24 19:48:28 +01:00 committed by The Friendly Merge Bot
parent 9249afb6c7
commit 6a1fe61bf7
No known key found for this signature in database

View file

@ -55,6 +55,8 @@ CRYPTO_AES = "y"
CRYPTO_XTS = "y"
DEVTMPFS = "y"
DM_CRYPT = "y"
DRM_FBDEV_EMULATION = "y"
FB = "y"
INPUT_EVDEV = "m"
KINETO_GAN = "n"
PFT = "n"