summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.graphics
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-01-28 14:22:02 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-01-28 14:22:39 +0100
commit70102d1fb17e24dce549cfc0a6e61ab02e6b5cd0 (patch)
tree24e1daa22208698f6dba1fd40c66dbaf49ad20f5 /target/linux/config/Config.in.graphics
parent38901eae9803184e10a7f4bb80a7e2155017a3d4 (diff)
task kodi: allow rpi5 glibc build
Diffstat (limited to 'target/linux/config/Config.in.graphics')
-rw-r--r--target/linux/config/Config.in.graphics6
1 files changed, 4 insertions, 2 deletions
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