ARM: ux500: select REGULATOR
authorEmilio López <emilio@elopez.com.ar>
Wed, 15 May 2013 12:36:41 +0000 (09:36 -0300)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 15 May 2013 13:54:00 +0000 (15:54 +0200)
MACH_MOP500 selects REGULATOR_FIXED_VOLTAGE but not REGULATOR. This
patch makes it select the latter too.

Seen as:
    warning: (MACH_DOVE_DT && ARCH_KIRKWOOD_DT && MACH_AMS_DELTA &&
    MACH_MOP500 && TPS6105X) selects REGULATOR_FIXED_VOLTAGE which has
    unmet direct dependencies (REGULATOR)

Signed-off-by: Emilio López <emilio@elopez.com.ar>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

No differences found