From: Maxime Ripard Date: Mon, 30 Dec 2013 15:37:29 +0000 (+0100) Subject: ARM: sunxi: Select RESET_CONTROLLER X-Git-Tag: soc-for-linus~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=070330d3d45468a3f91b7c895903f2b566145d51;p=pandora-kernel.git 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 Signed-off-by: Maxime Ripard --- Reading git-diff-tree failed