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

arm64: 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>

+1
+1
arch/arm64/Kconfig.platforms
··· 190 190 191 191 config ARCH_UNIPHIER 192 192 bool "Socionext UniPhier SoC Family" 193 + select ARCH_HAS_RESET_CONTROLLER 193 194 select PINCTRL 194 195 help 195 196 This enables support for Socionext UniPhier SoC family.