diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-11-30 08:35:34 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-12-09 23:39:05 -0500 |
commit | 0d8587b49a445d11e497fbe296576e7ab7c54109 (patch) | |
tree | 02a321a327f1db9c2447e7456691186940b68090 /arch/arm/configs/shmobile_defconfig | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec (diff) |
ARM: shmobile: defconfig: Enable CONFIG_PRINTK_TIME
Enable timestamps for kernel log output to improve debugging.
You can always use "dmesg -t" to strip the timestamps.
Don't specify CONFIG_LOG_BUF_SHIFT=16 while we're at it. There's a
reason the default in Kconfig is higher ;-)
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs/shmobile_defconfig')
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 3aef019c0de7..e51f7a79c730 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig | |||
@@ -2,7 +2,6 @@ CONFIG_SYSVIPC=y | |||
2 | CONFIG_NO_HZ=y | 2 | CONFIG_NO_HZ=y |
3 | CONFIG_IKCONFIG=y | 3 | CONFIG_IKCONFIG=y |
4 | CONFIG_IKCONFIG_PROC=y | 4 | CONFIG_IKCONFIG_PROC=y |
5 | CONFIG_LOG_BUF_SHIFT=16 | ||
6 | CONFIG_BLK_DEV_INITRD=y | 5 | CONFIG_BLK_DEV_INITRD=y |
7 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 6 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
8 | CONFIG_SYSCTL_SYSCALL=y | 7 | CONFIG_SYSCTL_SYSCALL=y |
@@ -199,6 +198,7 @@ CONFIG_NFS_V4_1=y | |||
199 | CONFIG_ROOT_NFS=y | 198 | CONFIG_ROOT_NFS=y |
200 | CONFIG_NLS_CODEPAGE_437=y | 199 | CONFIG_NLS_CODEPAGE_437=y |
201 | CONFIG_NLS_ISO8859_1=y | 200 | CONFIG_NLS_ISO8859_1=y |
201 | CONFIG_PRINTK_TIME=y | ||
202 | # CONFIG_ENABLE_WARN_DEPRECATED is not set | 202 | # CONFIG_ENABLE_WARN_DEPRECATED is not set |
203 | # CONFIG_ENABLE_MUST_CHECK is not set | 203 | # CONFIG_ENABLE_MUST_CHECK is not set |
204 | # CONFIG_ARM_UNWIND is not set | 204 | # CONFIG_ARM_UNWIND is not set |