aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sunxi
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2013-12-30 10:37:29 -0500
committerMaxime Ripard <maxime.ripard@free-electrons.com>2014-01-01 17:55:58 -0500
commit070330d3d45468a3f91b7c895903f2b566145d51 (patch)
tree67079cdd081de859858b986c7fb4d8ef58a0c303 /arch/arm/mach-sunxi
parent73346794b48237b7b4c2a5c02b12e3c4f1da7551 (diff)
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: Emilio López <emilio@elopez.com.ar> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/mach-sunxi')
-rw-r--r--arch/arm/mach-sunxi/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
index e3457b94b024..8dea30ffe1ec 100644
--- a/arch/arm/mach-sunxi/Kconfig
+++ b/arch/arm/mach-sunxi/Kconfig
@@ -11,5 +11,6 @@ config ARCH_SUNXI
11 select HAVE_SMP 11 select HAVE_SMP
12 select PINCTRL 12 select PINCTRL
13 select PINCTRL_SUNXI 13 select PINCTRL_SUNXI
14 select RESET_CONTROLLER
14 select SPARSE_IRQ 15 select SPARSE_IRQ
15 select SUN4I_TIMER 16 select SUN4I_TIMER