Procházet zdrojové kódy

arm64: uniphier: select ARCH_HAS_RESET_CONTROLLER

The UniPhier reset driver (drivers/reset/reset-uniphier.c) has been
merged.  Select ARCH_HAS_RESET_CONTROLLER from the SoC Kconfig.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Masahiro Yamada před 8 roky
rodič
revize
75924903c5
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      arch/arm64/Kconfig.platforms

+ 1 - 0
arch/arm64/Kconfig.platforms

@@ -190,6 +190,7 @@ config ARCH_THUNDER
 
 
 config ARCH_UNIPHIER
 config ARCH_UNIPHIER
 	bool "Socionext UniPhier SoC Family"
 	bool "Socionext UniPhier SoC Family"
+	select ARCH_HAS_RESET_CONTROLLER
 	select PINCTRL
 	select PINCTRL
 	help
 	help
 	  This enables support for Socionext UniPhier SoC family.
 	  This enables support for Socionext UniPhier SoC family.