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>
This commit is contained in:
parent
ab6ab445b9
commit
f0fc40aff6
|
@ -9,6 +9,7 @@ config ARCH_UNIPHIER
|
||||||
select HAVE_ARM_SCU
|
select HAVE_ARM_SCU
|
||||||
select HAVE_ARM_TWD if SMP
|
select HAVE_ARM_TWD if SMP
|
||||||
select PINCTRL
|
select PINCTRL
|
||||||
|
select RESET_CONTROLLER
|
||||||
help
|
help
|
||||||
Support for UniPhier SoC family developed by Socionext Inc.
|
Support for UniPhier SoC family developed by Socionext Inc.
|
||||||
(formerly, System LSI Business Division of Panasonic Corporation)
|
(formerly, System LSI Business Division of Panasonic Corporation)
|
||||||
|
|
Loading…
Reference in New Issue