diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-08 09:09:35 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-08 10:32:15 +0100 |
commit | a7cf1dddee0b6c12ccc30d4ccacaebb3a2cc8025 (patch) | |
tree | 5ef5147a2d2e79dcc4082a3b600c657893391bcc /target/linux | |
parent | 6a3568dc73b086ccf4f1b7fcceff341e8aa5ced2 (diff) |
bcm28xx-bootloader: only enable vc4 for kodi
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.graphics | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics index 139cc34d9..3a002332f 100644 --- a/target/linux/config/Config.in.graphics +++ b/target/linux/config/Config.in.graphics @@ -263,7 +263,8 @@ config ADK_LINUX_KERNEL_DRM_VC4 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 + ADK_TARGET_SYSTEM_RASPBERRY_PI4_64 && \ + ADK_PACKAGE_KODI default n help DRM support for VC4 GPU (Raspberry PI4/PI5) |