commit | 070330d3d45468a3f91b7c895903f2b566145d51 | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@free-electrons.com> | Mon Dec 30 16:37:29 2013 +0100 |
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | Wed Jan 01 23:55:58 2014 +0100 |
tree | 67079cdd081de859858b986c7fb4d8ef58a0c303 | |
parent | 73346794b48237b7b4c2a5c02b12e3c4f1da7551 [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>