[SRU][M][PATCH 10/12] UBUNTU: [Config] Disable SUN50I_DE2_BUS on riscv64

Emil Renner Berthing emil.renner.berthing at canonical.com
Thu Aug 31 10:24:18 UTC 2023


BugLink: https://bugs.launchpad.net/bugs/1975592

This bus driver is not needed on any RISC-V SoC, but can't be built as a
module, so disable it.

Signed-off-by: Emil Renner Berthing <emil.renner.berthing at canonical.com>
---
 debian.master/config/annotations | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian.master/config/annotations b/debian.master/config/annotations
index 0925398a16a6..f29e408783a8 100644
--- a/debian.master/config/annotations
+++ b/debian.master/config/annotations
@@ -13072,7 +13072,7 @@ CONFIG_SUN4I_TIMER                              policy<{'arm64': 'y', 'armhf': '
 CONFIG_SUN50I_A100_CCU                          policy<{'arm64': 'y'}>
 CONFIG_SUN50I_A100_R_CCU                        policy<{'arm64': 'y'}>
 CONFIG_SUN50I_A64_CCU                           policy<{'arm64': 'y'}>
-CONFIG_SUN50I_DE2_BUS                           policy<{'arm64': 'y', 'armhf': '-', 'riscv64': 'y'}>
+CONFIG_SUN50I_DE2_BUS                           policy<{'arm64': 'y', 'armhf': '-', 'riscv64': 'n'}>
 CONFIG_SUN50I_ERRATUM_UNKNOWN1                  policy<{'arm64': 'y'}>
 CONFIG_SUN50I_H616_CCU                          policy<{'arm64': 'y'}>
 CONFIG_SUN50I_H6_CCU                            policy<{'arm64': 'y'}>
-- 
2.40.1




More information about the kernel-team mailing list