diff options
author | Tony Lindgren <tony@atomide.com> | 2015-04-20 13:36:31 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-04-20 13:36:31 -0400 |
commit | da4d81453cf1eedfcd8b2cd1e7bfab230084bd87 (patch) | |
tree | b4530c3cb4c295db7fedf3148829e56ff8fd9196 | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) |
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>
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 2b8e47788062..02f5f3faac1f 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig | |||
@@ -80,6 +80,7 @@ config ARCH_OMAP2PLUS | |||
80 | select GENERIC_IRQ_CHIP | 80 | select GENERIC_IRQ_CHIP |
81 | select MACH_OMAP_GENERIC | 81 | select MACH_OMAP_GENERIC |
82 | select MEMORY | 82 | select MEMORY |
83 | select MFD_SYSCON | ||
83 | select OMAP_DM_TIMER | 84 | select OMAP_DM_TIMER |
84 | select OMAP_GPMC | 85 | select OMAP_GPMC |
85 | select PINCTRL | 86 | select PINCTRL |