diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-28 14:22:02 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-28 14:22:39 +0100 |
commit | 70102d1fb17e24dce549cfc0a6e61ab02e6b5cd0 (patch) | |
tree | 24e1daa22208698f6dba1fd40c66dbaf49ad20f5 /target/linux/config | |
parent | 38901eae9803184e10a7f4bb80a7e2155017a3d4 (diff) |
task kodi: allow rpi5 glibc build
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.audio | 1 | ||||
-rw-r--r-- | target/linux/config/Config.in.graphics | 6 |
2 files changed, 5 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.audio b/target/linux/config/Config.in.audio index 644f0d364..cbcb0e29a 100644 --- a/target/linux/config/Config.in.audio +++ b/target/linux/config/Config.in.audio @@ -219,6 +219,7 @@ config ADK_LINUX_KERNEL_SND_BCM2835 tristate "BCM28XX onboard soundcard" select ADK_LINUX_KERNEL_SND select ADK_LINUX_KERNEL_SND_ARM + select ADK_LINUX_KERNEL_STAGING depends on ADK_TARGET_BOARD_BCM28XX default m if ADK_TARGET_HARDWARE_NONE default n 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 |