arm64: uniphier: select ARCH_HAS_RESET_CONTROLLER
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 8 Oct 2016 02:25:34 +0000 (11:25 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 22 Oct 2016 09:25:52 +0000 (18:25 +0900)
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>
arch/arm64/Kconfig.platforms

index cfbdf02..101794f 100644 (file)
@@ -190,6 +190,7 @@ config ARCH_THUNDER
 
 config ARCH_UNIPHIER
        bool "Socionext UniPhier SoC Family"
+       select ARCH_HAS_RESET_CONTROLLER
        select PINCTRL
        help
          This enables support for Socionext UniPhier SoC family.