diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-09-20 00:43:19 -0400 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-10-22 05:25:35 -0400 |
commit | bcf4f311e034dc661b5e641595ef1f50af27b5bf (patch) | |
tree | 7c1d4ac167a71e47b661e257774bf7ad73af51e1 | |
parent | 1001354ca34179f3db924eb66672442a173147dc (diff) |
ARM: uniphier: select ARCH_HAS_RESET_CONTROLLER
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>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
-rw-r--r-- | arch/arm/mach-uniphier/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-uniphier/Kconfig b/arch/arm/mach-uniphier/Kconfig index 82dddee3a469..3930fbba30b4 100644 --- a/arch/arm/mach-uniphier/Kconfig +++ b/arch/arm/mach-uniphier/Kconfig | |||
@@ -1,6 +1,7 @@ | |||
1 | config ARCH_UNIPHIER | 1 | config ARCH_UNIPHIER |
2 | bool "Socionext UniPhier SoCs" | 2 | bool "Socionext UniPhier SoCs" |
3 | depends on ARCH_MULTI_V7 | 3 | depends on ARCH_MULTI_V7 |
4 | select ARCH_HAS_RESET_CONTROLLER | ||
4 | select ARM_AMBA | 5 | select ARM_AMBA |
5 | select ARM_GLOBAL_TIMER | 6 | select ARM_GLOBAL_TIMER |
6 | select ARM_GIC | 7 | select ARM_GIC |