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

Commit 070330d3 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

ARM: sunxi: Select RESET_CONTROLLER



The current code selects ARCH_HAS_RESET_CONTROLLER, that enables the
RESET_CONTROLLER option by default, but doesn't select it, so a configuration
might unselect it, leading to compilation error.

Explictly select RESET_CONTROLLER so that we can't have this breakage anymore.

Reported-by: default avatarEmilio López <emilio@elopez.com.ar>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 73346794
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,5 +11,6 @@ config ARCH_SUNXI
	select HAVE_SMP
	select PINCTRL
	select PINCTRL_SUNXI
	select RESET_CONTROLLER
	select SPARSE_IRQ
	select SUN4I_TIMER