From: Masahiro Yamada Date: Mon, 25 Jun 2018 03:34:44 +0000 (+0900) Subject: ARM: uniphier: select RESET_CONTROLLER X-Git-Tag: v4.19-rc1~47^2 X-Git-Url: https://repo.jachan.dev/linux.git/commitdiff_plain/f0fc40aff6fee100ffbed8328a0df88f8aa75fce 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 Signed-off-by: Olof Johansson --- 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 select HAVE_ARM_SCU select HAVE_ARM_TWD if SMP select PINCTRL + select RESET_CONTROLLER help Support for UniPhier SoC family developed by Socionext Inc. (formerly, System LSI Business Division of Panasonic Corporation)