diff options
author | Michael Williamson <michael.williamson@criticallink.com> | 2010-08-31 22:42:32 +0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2010-09-24 18:40:28 +0400 |
commit | 9c6fbbee8d67eca75e9ffde3a10eb7ac0a73360d (patch) | |
tree | 13d5deb1d86517af966eab2a3c0b25b6f1c85c95 /arch/arm/configs | |
parent | 1aa5f2a9c1575279baf06e94a4bd3b3b86b7f176 (diff) | |
download | linux-9c6fbbee8d67eca75e9ffde3a10eb7ac0a73360d.tar.xz |
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 <michael.williamson@criticallink.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/da8xx_omapl_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |