[RFC 22/27] clk: k210: convert SOC_CANAAN to ARCH_CANAAN
Conor Dooley
conor at kernel.org
Fri Sep 23 11:56:01 PDT 2022
From: Conor Dooley <conor.dooley at microchip.com>
As per the discussions at LPC, the SOC_ symbols in Kconfig.socs are to
be converted to ARCH_ for consistency between "incumbent" and incoming
vendors who have a legacy in other architectures.
Convert the SOC_CANAAN dependancy to ARCH_CANAAN. Since ARCH_CANAAN is
only defined on RISC-V, the Kconfig dependancy on RISCV can be dropped.
Signed-off-by: Conor Dooley <conor.dooley at microchip.com>
---
drivers/clk/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index 48f8f4221e21..68477aa6fcbe 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -423,8 +423,8 @@ config COMMON_CLK_FIXED_MMIO
config COMMON_CLK_K210
bool "Clock driver for the Canaan Kendryte K210 SoC"
- depends on OF && RISCV && SOC_CANAAN
- default SOC_CANAAN
+ depends on OF && ARCH_CANAAN
+ default ARCH_CANAAN
help
Support for the Canaan Kendryte K210 RISC-V SoC clocks.
--
2.37.3
More information about the linux-riscv
mailing list