summaryrefslogtreecommitdiff
path: root/target/linux/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-22 04:46:30 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-22 04:46:30 +0100
commit6b2b32b4120ebc03b43cdd07df875b1dcd9c3725 (patch)
tree1b1fe06f62abadb17155dd514b9ba65bcd33834e /target/linux/config
parent71bc4dae273cd65b99b7a977cc5b67076c609946 (diff)
kernel 6.6.x need FB_DEVICE for legacy /dev/fbx handling
Diffstat (limited to 'target/linux/config')
-rw-r--r--target/linux/config/Config.in.graphics4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics
index 3a002332f..11e94db68 100644
--- a/target/linux/config/Config.in.graphics
+++ b/target/linux/config/Config.in.graphics
@@ -39,6 +39,9 @@ config ADK_LINUX_KERNEL_FB
select ADK_LINUX_KERNEL_VT
select ADK_LINUX_KERNEL_VT_CONSOLE
+config ADK_LINUX_KERNEL_FB_DEVICE
+ bool
+
config ADK_LINUX_KERNEL_FB_SBUS
bool
@@ -311,6 +314,7 @@ config ADK_LINUX_KERNEL_FB_SM712
config ADK_LINUX_KERNEL_FB_BCM2708
bool "Framebuffer support for BCM28XX boards (Raspberry PI)"
select ADK_LINUX_KERNEL_FB
+ select ADK_LINUX_KERNEL_FB_DEVICE
select ADK_LINUX_KERNEL_FRAMEBUFFER_CONSOLE
select ADK_LINUX_KERNEL_FONT_8x16
default y if ADK_TARGET_BOARD_BCM28XX