From: Olof Johansson Date: Mon, 16 Dec 2013 20:26:25 +0000 (-0800) Subject: ARM: ux500: turn on PRINTK_TIME in u8500_defconfig X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=8ffc05f1538844a25fe9c57ce7badbfff4232a1f;p=~andy%2Flinux ARM: ux500: turn on PRINTK_TIME in u8500_defconfig I recently noticed slow booting of a board, and without printk timestamps it's harder to tell just where the delays are coming from. Enable it. Signed-off-by: Olof Johansson Signed-off-by: Linus Walleij --- diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig index ac632cc38f2..3bdbde985f2 100644 --- a/arch/arm/configs/u8500_defconfig +++ b/arch/arm/configs/u8500_defconfig @@ -116,6 +116,7 @@ CONFIG_NFS_FS=y CONFIG_ROOT_NFS=y CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ISO8859_1=y +CONFIG_PRINTK_TIME=y CONFIG_DEBUG_INFO=y CONFIG_DEBUG_FS=y CONFIG_MAGIC_SYSRQ=y