x86: Activate CONFIG_FB_DEVICE
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 25 May 2024 16:27:32 +0000 (18:27 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 31 May 2024 09:25:48 +0000 (11:25 +0200)
This adds the legacy /dev/fb* device file for kernel 6.6 again.
Linux upstream commit 701d2054fa31 ("fbdev: Make support for
userspace interfaces configurable") made this configurable and we
deactivated this option by default for kernel 6.6. On x86 we are not
space constrained and some users need this legacy interface.

Fixes: #15222
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/x86/64/config-6.6
target/linux/x86/generic/config-6.6
target/linux/x86/legacy/config-6.6

index ce4eb644db366a054703bbda5140ee162640c2b7..8533d57532df03a54132aec18339051552b8fb40 100644 (file)
@@ -214,6 +214,7 @@ CONFIG_FB_CFB_FILLRECT=y
 CONFIG_FB_CFB_IMAGEBLIT=y
 CONFIG_FB_CORE=y
 CONFIG_FB_DEFERRED_IO=y
+CONFIG_FB_DEVICE=y
 CONFIG_FB_EFI=y
 CONFIG_FB_HYPERV=y
 CONFIG_FB_IOMEM_HELPERS=y
index 698f3bbe4d29f86ff41213635b7846a6388bce6b..c02ec35100fe775f7c95751b0b2f4535ebe2973d 100644 (file)
@@ -148,6 +148,7 @@ CONFIG_FB_CFB_FILLRECT=y
 CONFIG_FB_CFB_IMAGEBLIT=y
 CONFIG_FB_CORE=y
 CONFIG_FB_DEFERRED_IO=y
+CONFIG_FB_DEVICE=y
 CONFIG_FB_EFI=y
 CONFIG_FB_HYPERV=y
 # CONFIG_FB_I810 is not set
index 402ad8947237262cd8a1138f5be7551757805c28..f71747e43366c1e5d6ed8c509d5d42b55a78fc79 100644 (file)
@@ -109,6 +109,7 @@ CONFIG_FB_CFB_FILLRECT=y
 CONFIG_FB_CFB_IMAGEBLIT=y
 CONFIG_FB_CORE=y
 CONFIG_FB_DEFERRED_IO=y
+CONFIG_FB_DEVICE=y
 # CONFIG_FB_I810 is not set
 CONFIG_FB_IOMEM_HELPERS=y
 CONFIG_FB_SYSMEM_HELPERS=y