diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-06-25 06:34:45 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-08-01 05:04:40 +0300 |
commit | ab6ab445b9353a06df16e40506cf91fd437a4ddc (patch) | |
tree | c125fd3eae975f0299a06768f7ce39b7d2a7337f /arch/arm64/Kconfig.platforms | |
parent | f61513f724001e7c51b83482496c23018814d88f (diff) | |
download | linux-ab6ab445b9353a06df16e40506cf91fd437a4ddc.tar.xz |
arm64: 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>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index d5aeac351fc3..f34cd1b42d69 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -261,6 +261,7 @@ config ARCH_UNIPHIER bool "Socionext UniPhier SoC Family" select ARCH_HAS_RESET_CONTROLLER select PINCTRL + select RESET_CONTROLLER help This enables support for Socionext UniPhier SoC family. |