]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2d64cfdc630db414b1ebf78636673a8d84f2b6b3
treeb4530c3cb4c295db7fedf3148829e56ff8fd9196
parent9cbe621030a9cce16d27329dac74fd4b1c1d9412
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