From: Hal Feng Date: Thu, 9 Mar 2023 07:04:34 +0000 (+0800) Subject: reset: starfive: Replace SOC_STARFIVE with ARCH_STARFIVE X-Git-Tag: accepted/tizen/unified/riscv/20230725.071352~235 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ec35502ff5352af50d786d7a515cf7c40702dae;p=platform%2Fkernel%2Flinux-starfive.git reset: starfive: Replace SOC_STARFIVE with ARCH_STARFIVE Using ARCH_FOO symbol is preferred than SOC_FOO. Reviewed-by: Philipp Zabel Reviewed-by: Conor Dooley Signed-off-by: Hal Feng --- diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index 2a52c99..6ae5aa4 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -234,8 +234,8 @@ config RESET_SOCFPGA config RESET_STARFIVE_JH7100 bool "StarFive JH7100 Reset Driver" - depends on SOC_STARFIVE || COMPILE_TEST - default SOC_STARFIVE + depends on ARCH_STARFIVE || COMPILE_TEST + default ARCH_STARFIVE help This enables the reset controller driver for the StarFive JH7100 SoC.