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>
Tue, 28 Mar 2023 03:23:03 +0000 (12:23 +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 2a52c990d4fecbe7d6044388bfc430e24b66fb3f..6ae5aa46a6b2567ff8096fdfb34b84a1d91e3968 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.