reset: starfive: Replace SOC_STARFIVE with ARCH_STARFIVE
authorHal Feng <hal.feng@starfivetech.com>
Thu, 9 Mar 2023 07:04:34 +0000 (15:04 +0800)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 24 Jul 2023 23:24:30 +0000 (08:24 +0900)
Using ARCH_FOO symbol is preferred than SOC_FOO.

Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
drivers/reset/Kconfig

index 2a52c99..6ae5aa4 100644 (file)
@@ -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.