ARM: OMAP2+: Fix booting with configs that don't have MFD_SYSCON
authorTony Lindgren <tony@atomide.com>
Mon, 20 Apr 2015 17:36:31 +0000 (10:36 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 20 Apr 2015 17:36:31 +0000 (10:36 -0700)
commitda4d81453cf1eedfcd8b2cd1e7bfab230084bd87
treeb4530c3cb4c295db7fedf3148829e56ff8fd9196
parentc517d838eb7d07bbe9507871fab3931deccff539
ARM: OMAP2+: Fix booting with configs that don't have MFD_SYSCON

With the recent changes omaps have developed a dependency to MFD_SYSCON.
This is used for system control module generic register area and some
clocks.

We do have it selected in omap2plus_defconfig, but targeted config
files may not have it selected. Let's make sure it's selected like
few other ARM platforms are already doing.

Reported-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Kconfig