Message ID | 1350605046-21358-2-git-send-email-festevam@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Oct 18, 2012 at 09:04:06PM -0300, Fabio Estevam wrote: > From: Fabio Estevam <fabio.estevam@freescale.com> > > Building multi_v7_defconfig for mx6 causes the following build error: > Fix it by selecting REGMAP option. No, this is silly - selecting MMIO ought to do the right thing. There's a patch queued for Linus which will resolve this.
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index acab3ef..ef56515 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -1030,6 +1030,7 @@ config MFD_SYSCON bool "System Controller Register R/W Based on Regmap" depends on OF select REGMAP_MMIO + select REGMAP help Select this option to enable accessing system control registers via regmap.