diff mbox

[3/6] ux500: select MFD_SUPPORT when needed

Message ID 1330199707-5179-3-git-send-email-mathieu.poirier@linaro.org
State New
Headers show

Commit Message

Mathieu Poirier Feb. 25, 2012, 7:55 p.m. UTC
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>
---
 arch/arm/mach-ux500/Kconfig |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Arnd Bergmann Feb. 26, 2012, 9:33 a.m. UTC | #1
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
Linus Walleij Feb. 29, 2012, 3:43 p.m. UTC | #2
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 mbox

Patch

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)"