aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2015-04-22 00:45:15 -0400
committerOlof Johansson <olof@lixom.net>2015-04-22 00:45:15 -0400
commit48c1078509b47b38802329028ccfd77783bcff99 (patch)
tree94f64a6b892186e80149fd36544acda0c2364e08 /arch
parent30ecc84eea691cfb0b731d71839bdcba88df5f75 (diff)
parentda4d81453cf1eedfcd8b2cd1e7bfab230084bd87 (diff)
Merge tag 'omap-for-v4.1/prcm-dts-mfd-syscon-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/late
Merge "urgent omap boot fix for v4.1 if MFD_SYSCON is not set" from Tony Lindgren: Urgent pull request for v4.1 to booting for custom kernel .config files that do not have MFD_SYSCON set. Omaps now have a dependency to MFD_SYSCON for system control module generic register area and some clocks with the changes done in omap-for-v4.1/prcm-dts branch. This can be pulled on top of omap-for-v4.1/prcm-dts, or into fixes for v4.1. We already do have a slight MFD_SYSCON dependency for REGULATOR_PBIAS for dual voltage MMC cards on the first MMC bus for many devices, so from that point of view this can also be merged separately from omap-for-v4.1/prcm-dts. * tag 'omap-for-v4.1/prcm-dts-mfd-syscon-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap: ARM: OMAP2+: Fix booting with configs that don't have MFD_SYSCON Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-omap2/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 1041b19485ab..f92f389890bd 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -81,6 +81,7 @@ config ARCH_OMAP2PLUS
81 select GENERIC_IRQ_CHIP 81 select GENERIC_IRQ_CHIP
82 select MACH_OMAP_GENERIC 82 select MACH_OMAP_GENERIC
83 select MEMORY 83 select MEMORY
84 select MFD_SYSCON
84 select OMAP_DM_TIMER 85 select OMAP_DM_TIMER
85 select OMAP_GPMC 86 select OMAP_GPMC
86 select PINCTRL 87 select PINCTRL