From: Michael Williamson Date: Tue, 31 Aug 2010 18:42:32 +0000 (-0400) Subject: davinci: Add CONFIG_REGULATOR_DUMMY to DA8XX defconfig file. X-Git-Tag: v2.6.37-rc1~122^2~1^2~22 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9c6fbbee8d67eca75e9ffde3a10eb7ac0a73360d;p=karo-tx-linux.git davinci: Add CONFIG_REGULATOR_DUMMY to DA8XX defconfig file. In order to support reference DA8XX machines not providing a voltage regulator control for the core voltage, the REGULATOR_DUMMY option is required. Signed-off-by: Michael Williamson Signed-off-by: Kevin Hilman --- diff --git a/arch/arm/configs/da8xx_omapl_defconfig b/arch/arm/configs/da8xx_omapl_defconfig index ba6670556f78..3952a4e49e46 100644 --- a/arch/arm/configs/da8xx_omapl_defconfig +++ b/arch/arm/configs/da8xx_omapl_defconfig @@ -79,6 +79,7 @@ CONFIG_I2C_DAVINCI=y # CONFIG_HWMON is not set CONFIG_WATCHDOG=y CONFIG_REGULATOR=y +CONFIG_REGULATOR_DUMMY=y CONFIG_REGULATOR_TPS6507X=y CONFIG_FB=y CONFIG_FB_DA8XX=y