mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
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>
This commit is contained in:
parent
147455edfe
commit
c49a757a5a
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user