reset: starfive: Replace SOC_STARFIVE with ARCH_STARFIVE
authorHal Feng <hal.feng@starfivetech.com>
Sat, 1 Apr 2023 11:19:19 +0000 (19:19 +0800)
committerConor Dooley <conor.dooley@microchip.com>
Wed, 5 Apr 2023 14:43:45 +0000 (15:43 +0100)
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>
Reviewed-by: Emil Renner Berthing <emil.renner.berthing@canonical.com>
Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.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.