Message ID | 1330199707-5179-3-git-send-email-mathieu.poirier@linaro.org |
---|---|
State | New |
Headers | show |
On Saturday 25 February 2012, mathieu.poirier@linaro.org wrote: > From: Arnd Bergmann <arnd@arndb.de> > > When the MFD_DBx500_PRCMU driver is selected, we > also need to select MFD_SUPPORT to guarantee a > successful build. > > Signed-off-by: Arnd Bergmann <arnd@arndb.de> > Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> This one has actually become obsolete now, the MFD_SUPPORT option was recently removed. Arnd
On Sun, Feb 26, 2012 at 10:33 AM, Arnd Bergmann <arnd@arndb.de> wrote: > On Saturday 25 February 2012, mathieu.poirier@linaro.org wrote: >> From: Arnd Bergmann <arnd@arndb.de> >> >> When the MFD_DBx500_PRCMU driver is selected, we >> also need to select MFD_SUPPORT to guarantee a >> successful build. >> >> Signed-off-by: Arnd Bergmann <arnd@arndb.de> >> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> > > This one has actually become obsolete now, the MFD_SUPPORT > option was recently removed. OK skipping this and trying to apply the rest... Thanks, Linus Walleij
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index dc488de..50010b8 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig @@ -12,11 +12,13 @@ config UX500_SOC_COMMON config UX500_SOC_DB5500 bool select MFD_DB5500_PRCMU + select MFD_SUPPORT config UX500_SOC_DB8500 bool select MFD_DB8500_PRCMU select REGULATOR_DB8500_PRCMU + select MFD_SUPPORT menu "Ux500 target platform (boards)"