diff options
author | Tony Lindgren <tony@atomide.com> | 2010-04-30 21:57:17 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-05-04 22:19:16 +0200 |
commit | df5d9411f999a0d943bbaa932850db708d5579ff (patch) | |
tree | e4566d6b8f1ecf83a00c74227673d86e49eebe2b /arch/arm/configs | |
parent | omap2/3/4: Update PMIC options for TWL and Menelaus chips (diff) | |
download | linux-df5d9411f999a0d943bbaa932850db708d5579ff.tar.xz linux-df5d9411f999a0d943bbaa932850db708d5579ff.zip |
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/configs')
-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 a8468365b49d..7855edb9ff24 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 |