diff options
author | Sanjeev Premi <premi@ti.com> | 2010-02-17 08:56:52 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-02-19 18:22:17 -0500 |
commit | 5ebc86eda7ebb36ee66a90a7a5bbfc948f181088 (patch) | |
tree | 44fa9d63ead1d052b01ce7310cd088bd8ef92c4e /arch/arm/configs | |
parent | 8a88b61b70c7e3cec702043cdb7f8c88606ddf2c (diff) |
OMAP3EVM: PM: Update defconfig
This patch updates the omap3_evm_defconfig to
select these options:
* CONFIG_PM_DEBUG
* CONFIG_DEBUG_FS
* CONFIG_OMAP_SMARTREFLEX
Signed-off-by: Sanjeev Premi <premi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/omap3_evm_defconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/configs/omap3_evm_defconfig b/arch/arm/configs/omap3_evm_defconfig index 86cc4bea616b..e2ad859fbec6 100644 --- a/arch/arm/configs/omap3_evm_defconfig +++ b/arch/arm/configs/omap3_evm_defconfig | |||
@@ -187,6 +187,8 @@ CONFIG_ARCH_OMAP3=y | |||
187 | # | 187 | # |
188 | # OMAP Feature Selections | 188 | # OMAP Feature Selections |
189 | # | 189 | # |
190 | CONFIG_OMAP_SMARTREFLEX=y | ||
191 | # CONFIG_OMAP_SMARTREFLEX_TESTING is not set | ||
190 | # CONFIG_OMAP_DEBUG_POWERDOMAIN is not set | 192 | # CONFIG_OMAP_DEBUG_POWERDOMAIN is not set |
191 | # CONFIG_OMAP_DEBUG_CLOCKDOMAIN is not set | 193 | # CONFIG_OMAP_DEBUG_CLOCKDOMAIN is not set |
192 | CONFIG_OMAP_RESET_CLOCKS=y | 194 | CONFIG_OMAP_RESET_CLOCKS=y |
@@ -333,7 +335,7 @@ CONFIG_BINFMT_MISC=y | |||
333 | # Power management options | 335 | # Power management options |
334 | # | 336 | # |
335 | CONFIG_PM=y | 337 | CONFIG_PM=y |
336 | # CONFIG_PM_DEBUG is not set | 338 | CONFIG_PM_DEBUG=y |
337 | CONFIG_PM_SLEEP=y | 339 | CONFIG_PM_SLEEP=y |
338 | CONFIG_SUSPEND=y | 340 | CONFIG_SUSPEND=y |
339 | CONFIG_SUSPEND_FREEZER=y | 341 | CONFIG_SUSPEND_FREEZER=y |
@@ -1339,7 +1341,7 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1339 | CONFIG_FRAME_WARN=1024 | 1341 | CONFIG_FRAME_WARN=1024 |
1340 | CONFIG_MAGIC_SYSRQ=y | 1342 | CONFIG_MAGIC_SYSRQ=y |
1341 | # CONFIG_UNUSED_SYMBOLS is not set | 1343 | # CONFIG_UNUSED_SYMBOLS is not set |
1342 | # CONFIG_DEBUG_FS is not set | 1344 | CONFIG_DEBUG_FS=y |
1343 | # CONFIG_HEADERS_CHECK is not set | 1345 | # CONFIG_HEADERS_CHECK is not set |
1344 | CONFIG_DEBUG_KERNEL=y | 1346 | CONFIG_DEBUG_KERNEL=y |
1345 | # CONFIG_DEBUG_SHIRQ is not set | 1347 | # CONFIG_DEBUG_SHIRQ is not set |