From: Palmer Dabbelt Date: Fri, 19 Jul 2024 15:10:27 +0000 (-0700) Subject: clk: T-Head: Disable on 32-bit Targets X-Git-Tag: v6.11-rc1~22^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e91ac701c69c44840e8d36566604cac1b638880;p=thirdparty%2Fkernel%2Flinux.git clk: T-Head: Disable on 32-bit Targets This fails to build on 32-bit targets because of a missing __udivdi3. IIRC the right way to fix that is to avoid the division, but I just want a tree that builds and the only real T-Head platforms are 64-bit right now. Signed-off-by: Palmer Dabbelt Link: https://lore.kernel.org/r/20240719151027.16152-1-palmer@rivosinc.com Acked-by: Drew Fustini Signed-off-by: Stephen Boyd --- diff --git a/drivers/clk/thead/Kconfig b/drivers/clk/thead/Kconfig index 1710d50bf9d46..95e0d9eb965eb 100644 --- a/drivers/clk/thead/Kconfig +++ b/drivers/clk/thead/Kconfig @@ -3,6 +3,7 @@ config CLK_THEAD_TH1520_AP bool "T-HEAD TH1520 AP clock support" depends on ARCH_THEAD || COMPILE_TEST + depends on 64BIT default ARCH_THEAD select REGMAP_MMIO help