0007-reset-starfive-Replace-SOC_STARFIVE-with-ARCH_STARFI.patch 1.0 KB

123456789101112131415161718192021222324252627282930
  1. From 0ee5a7565601fa785d7e55c57f26ff5d79473eb2 Mon Sep 17 00:00:00 2001
  2. From: Hal Feng <[email protected]>
  3. Date: Sat, 1 Apr 2023 19:19:19 +0800
  4. Subject: [PATCH 007/122] reset: starfive: Replace SOC_STARFIVE with
  5. ARCH_STARFIVE
  6. Using ARCH_FOO symbol is preferred than SOC_FOO.
  7. Reviewed-by: Philipp Zabel <[email protected]>
  8. Reviewed-by: Conor Dooley <[email protected]>
  9. Reviewed-by: Emil Renner Berthing <[email protected]>
  10. Signed-off-by: Hal Feng <[email protected]>
  11. Signed-off-by: Conor Dooley <[email protected]>
  12. ---
  13. drivers/reset/Kconfig | 4 ++--
  14. 1 file changed, 2 insertions(+), 2 deletions(-)
  15. --- a/drivers/reset/Kconfig
  16. +++ b/drivers/reset/Kconfig
  17. @@ -234,8 +234,8 @@ config RESET_SOCFPGA
  18. config RESET_STARFIVE_JH7100
  19. bool "StarFive JH7100 Reset Driver"
  20. - depends on SOC_STARFIVE || COMPILE_TEST
  21. - default SOC_STARFIVE
  22. + depends on ARCH_STARFIVE || COMPILE_TEST
  23. + default ARCH_STARFIVE
  24. help
  25. This enables the reset controller driver for the StarFive JH7100 SoC.