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 <[email protected]> Reviewed-by: Conor Dooley <[email protected]> Reviewed-by: Emil Renner Berthing <[email protected]> Signed-off-by: Hal Feng <[email protected]> Signed-off-by: Conor Dooley <[email protected]>
1 parent 147455e commit c49a757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)