Skip to content

Commit f1404c7

Browse files
smaeuljernejsk
authored andcommitted
clk: sunxi-ng: d1: Allow building for R528/T113
Allwinner released some 32-bit ARM (sun8i) SoCs which use the same CCU as D1. Allow them to reuse the driver. Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Samuel Holland <samuel@sholland.org> Link: https://lore.kernel.org/r/20221231231429.18357-4-samuel@sholland.org Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
1 parent 0ff347d commit f1404c7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

drivers/clk/sunxi-ng/Kconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ config SUNIV_F1C100S_CCU
1313
depends on MACH_SUNIV || COMPILE_TEST
1414

1515
config SUN20I_D1_CCU
16-
tristate "Support for the Allwinner D1 CCU"
16+
tristate "Support for the Allwinner D1/R528/T113 CCU"
1717
default y
18-
depends on RISCV || COMPILE_TEST
18+
depends on MACH_SUN8I || RISCV || COMPILE_TEST
1919

2020
config SUN20I_D1_R_CCU
21-
tristate "Support for the Allwinner D1 PRCM CCU"
21+
tristate "Support for the Allwinner D1/R528/T113 PRCM CCU"
2222
default y
23-
depends on RISCV || COMPILE_TEST
23+
depends on MACH_SUN8I || RISCV || COMPILE_TEST
2424

2525
config SUN50I_A64_CCU
2626
tristate "Support for the Allwinner A64 CCU"

0 commit comments

Comments
 (0)