From 8b7683d21baba96ed8fde82ea629cd7762a850ed Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 30 Dec 2022 08:06:47 +0100 Subject: rockpi4-plus: fix drm support --- target/linux/config/Config.in.graphics | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'target/linux/config') diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics index 8938e842f..709c40d06 100644 --- a/target/linux/config/Config.in.graphics +++ b/target/linux/config/Config.in.graphics @@ -312,6 +312,19 @@ config ADK_LINUX_KERNEL_FB_RADEON help Framebuffer support for RADEON chips. +config ADK_LINUX_KERNEL_DRM_ROCKCHIP + bool "Support for Rockchip graphic cards" + select ADK_LINUX_KERNEL_FB + select ADK_LINUX_KERNEL_DRM + select ADK_LINUX_KERNEL_FRAMEBUFFER_CONSOLE + select ADK_LINUX_KERNEL_DRM_KMS_HELPER + select ADK_LINUX_KERNEL_DRM_FBDEV_EMULATION + depends on ADK_TARGET_SYSTEM_ROCKPI4_PLUS + default y if ADK_TARGET_SYSTEM_ROCKPI4_PLUS + default n + help + Support for Rockchip chipsets. + config ADK_LINUX_KERNEL_DRM_I915 bool "Support for Intel graphic cards" select ADK_LINUX_KERNEL_FB -- cgit v1.2.3