Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752100AbbKKHB2 (ORCPT ); Wed, 11 Nov 2015 02:01:28 -0500 Received: from mail-pa0-f65.google.com ([209.85.220.65]:33484 "EHLO mail-pa0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750999AbbKKHB1 (ORCPT ); Wed, 11 Nov 2015 02:01:27 -0500 From: Afzal Mohammed To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Arnd Bergmann , Stefan Agner , Russell King , Afzal Mohammed Subject: [PATCH] ARM: vf610m4: defconfig: enable printk time Date: Wed, 11 Nov 2015 12:31:13 +0530 Message-Id: <1447225273-2075-1-git-send-email-afzal.mohd.ma@gmail.com> X-Mailer: git-send-email 2.5.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 815 Lines: 24 Enable PRINTK_TIME in Vybrid Cortex-M4 no-MMU defconfig. Signed-off-by: Afzal Mohammed --- arch/arm/configs/vf610m4_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/vf610m4_defconfig b/arch/arm/configs/vf610m4_defconfig index aeb2482c492e..2b124eed5f09 100644 --- a/arch/arm/configs/vf610m4_defconfig +++ b/arch/arm/configs/vf610m4_defconfig @@ -40,3 +40,4 @@ CONFIG_MFD_SYSCON=y # CONFIG_USB_SUPPORT is not set # CONFIG_MISC_FILESYSTEMS is not set # CONFIG_FTRACE is not set +CONFIG_PRINTK_TIME=y -- 2.5.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/