ARM: ux500: Fix unmet direct dependency
authorLee Jones <lee.jones@linaro.org>
Fri, 13 Apr 2012 13:08:01 +0000 (15:08 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 16 Apr 2012 07:00:37 +0000 (09:00 +0200)
A recent change to a Kconfig configuration saw MACH_U8500
remove TPS6105X selection. In doing so Kconfig stopped
selecting REGULATORS, which is still required. This patch
sees UX500_SOC_DB8500 explicitly select it instead.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ux500/Kconfig

index 880d02e..ef7099e 100644 (file)
@@ -17,6 +17,7 @@ config UX500_SOC_DB5500
 config UX500_SOC_DB8500
        bool
        select MFD_DB8500_PRCMU
+       select REGULATOR
        select REGULATOR_DB8500_PRCMU
        select CPU_FREQ_TABLE if CPU_FREQ