Skip to content

Commit c49a757

Browse files
hal-fengConchuOD
authored andcommitted
reset: starfive: Replace SOC_STARFIVE with ARCH_STARFIVE
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>
1 parent 147455e commit c49a757

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/reset/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ config RESET_SOCFPGA
234234

235235
config RESET_STARFIVE_JH7100
236236
bool "StarFive JH7100 Reset Driver"
237-
depends on SOC_STARFIVE || COMPILE_TEST
238-
default SOC_STARFIVE
237+
depends on ARCH_STARFIVE || COMPILE_TEST
238+
default ARCH_STARFIVE
239239
help
240240
This enables the reset controller driver for the StarFive JH7100 SoC.
241241

0 commit comments

Comments
 (0)