diff options
author | Tony Lindgren <tony@atomide.com> | 2010-04-30 12:57:17 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-05-04 13:19:16 -0700 |
commit | df5d9411f999a0d943bbaa932850db708d5579ff (patch) | |
tree | e4566d6b8f1ecf83a00c74227673d86e49eebe2b /arch/arm | |
parent | 0c463d09f4b973a8c12f6177138f4dc67b4df705 (diff) |
omap2/3/4: Disable CONFIG_PM_VERBOSE in omap3_defconfig
It's too noisy.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/omap3_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/omap3_defconfig b/arch/arm/configs/omap3_defconfig index a8468365b49..7855edb9ff2 100644 --- a/arch/arm/configs/omap3_defconfig +++ b/arch/arm/configs/omap3_defconfig @@ -444,7 +444,7 @@ CONFIG_BINFMT_MISC=y # CONFIG_PM=y CONFIG_PM_DEBUG=y -CONFIG_PM_VERBOSE=y +# CONFIG_PM_VERBOSE is not set CONFIG_CAN_PM_TRACE=y CONFIG_PM_SLEEP=y CONFIG_SUSPEND=y |