Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1
+1
arch/arm/mach-uniphier/Kconfig
··· 1 1 config ARCH_UNIPHIER 2 2 bool "Socionext UniPhier SoCs" 3 3 depends on ARCH_MULTI_V7 4 + select ARCH_HAS_RESET_CONTROLLER 4 5 select ARM_AMBA 5 6 select ARM_GLOBAL_TIMER 6 7 select ARM_GIC