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:
parent
9249afb6c7
commit
6a1fe61bf7
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue