aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-06-24 23:34:44 -0400
committerOlof Johansson <olof@lixom.net>2018-07-31 22:04:41 -0400
commitf0fc40aff6fee100ffbed8328a0df88f8aa75fce (patch)
tree8ed16aeea1a8e145d221563a08afa56c2701e90a
parentab6ab445b9353a06df16e40506cf91fd437a4ddc (diff)
ARM: uniphier: select RESET_CONTROLLER
The UniPhier platform highly relies on the reset controller. Select RESET_CONTROLLER to enable it forcibly. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r--arch/arm/mach-uniphier/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-uniphier/Kconfig b/arch/arm/mach-uniphier/Kconfig
index 779235a9147d..e661d2626675 100644
--- a/arch/arm/mach-uniphier/Kconfig
+++ b/arch/arm/mach-uniphier/Kconfig
@@ -9,6 +9,7 @@ config ARCH_UNIPHIER
9 select HAVE_ARM_SCU 9 select HAVE_ARM_SCU
10 select HAVE_ARM_TWD if SMP 10 select HAVE_ARM_TWD if SMP
11 select PINCTRL 11 select PINCTRL
12 select RESET_CONTROLLER
12 help 13 help
13 Support for UniPhier SoC family developed by Socionext Inc. 14 Support for UniPhier SoC family developed by Socionext Inc.
14 (formerly, System LSI Business Division of Panasonic Corporation) 15 (formerly, System LSI Business Division of Panasonic Corporation)