[PATCH 3/6] ux500: select MFD_SUPPORT when needed

mathieu.poirier at linaro.org mathieu.poirier at linaro.org
Sat Feb 25 14:55:04 EST 2012


From: Arnd Bergmann <arnd at 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 at arndb.de>
Signed-off-by: Mathieu Poirier <mathieu.poirier at linaro.org>
---
 arch/arm/mach-ux500/Kconfig |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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




More information about the linux-arm-kernel mailing list