From: Tony Lindgren Date: Mon, 20 Apr 2015 17:36:31 +0000 (-0700) Subject: ARM: OMAP2+: Fix booting with configs that don't have MFD_SYSCON X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=da4d81453cf1eedfcd8b2cd1e7bfab230084bd87;p=linux-beck.git 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 Signed-off-by: Tony Lindgren --- 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 select GENERIC_IRQ_CHIP select MACH_OMAP_GENERIC select MEMORY + select MFD_SYSCON select OMAP_DM_TIMER select OMAP_GPMC select PINCTRL