From 70102d1fb17e24dce549cfc0a6e61ab02e6b5cd0 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 28 Jan 2024 14:22:02 +0100 Subject: task kodi: allow rpi5 glibc build --- target/linux/config/Config.in.graphics | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'target/linux/config/Config.in.graphics') diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics index 77a42ed7f..139cc34d9 100644 --- a/target/linux/config/Config.in.graphics +++ b/target/linux/config/Config.in.graphics @@ -248,7 +248,7 @@ config ADK_LINUX_KERNEL_DRM_ETNAVIV Framebuffer support for Cubox-i/Hummingboard (Vivante) config ADK_LINUX_KERNEL_DRM_VC4 - tristate "DRM support for VC4 GPU (Raspberry PI4)" + tristate "DRM support for VC4 GPU (Raspberry PI4/PI5)" select ADK_LINUX_KERNEL_DRM select ADK_LINUX_KERNEL_DRM_V3D select ADK_LINUX_KERNEL_SND @@ -259,12 +259,14 @@ config ADK_LINUX_KERNEL_DRM_VC4 select ADK_LINUX_KERNEL_FRAMEBUFFER_CONSOLE select ADK_LINUX_KERNEL_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY depends on ADK_TARGET_SYSTEM_RASPBERRY_PI4 || \ + ADK_TARGET_SYSTEM_RASPBERRY_PI5 || \ ADK_TARGET_SYSTEM_RASPBERRY_PI4_64 default m if ADK_TARGET_SYSTEM_RASPBERRY_PI4 || \ + ADK_TARGET_SYSTEM_RASPBERRY_PI5 || \ ADK_TARGET_SYSTEM_RASPBERRY_PI4_64 default n help - DRM support for VC4 GPU (Raspberry PI4) + DRM support for VC4 GPU (Raspberry PI4/PI5) config ADK_LINUX_KERNEL_FB_PXA -- cgit v1.2.3