Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ba1657e authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Maxime Ripard
Browse files

ARM: sunxi: select MFD_SUN6I_PRCM when sun8i arch support is enabled



Select the MFD_SUN6I_PRCM option when sun8i arch is enabled in order to
get the PRCM (Power/Reset/Clock Management) related drivers compiled.

Also select ARCH_HAS_RESET_CONTROLLER and RESET_CONTROLLER to make sure
the reset controller drivers are compiled.

Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent c4718543
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -38,6 +38,9 @@ config MACH_SUN7I
config MACH_SUN8I
config MACH_SUN8I
	bool "Allwinner A23 (sun8i) SoCs support"
	bool "Allwinner A23 (sun8i) SoCs support"
	default ARCH_SUNXI
	default ARCH_SUNXI
	select ARCH_HAS_RESET_CONTROLLER
	select ARM_GIC
	select ARM_GIC
	select MFD_SUN6I_PRCM
	select RESET_CONTROLLER


endif
endif