From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1425114AbcFHM21 (ORCPT ); Wed, 8 Jun 2016 08:28:27 -0400 Received: from conuserg-08.nifty.com ([210.131.2.75]:63252 "EHLO conuserg-08.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161396AbcFHM2Z (ORCPT ); Wed, 8 Jun 2016 08:28:25 -0400 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-08.nifty.com u58CPJ80003910 X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: linux-arm-kernel@lists.infradead.org Cc: Masahiro Yamada , Stuart Yoder , Arnd Bergmann , Srinivas Kandagatla , Thierry Reding , Kuninori Morimoto , Alim Akhtar , linux-kernel@vger.kernel.org, Will Deacon , Catalin Marinas , Guodong Xu , Olof Johansson , Simon Horman Subject: [PATCH] arm64: defconfig: enable CONFIG_LOCALVERSION_AUTO Date: Wed, 8 Jun 2016 21:26:23 +0900 Message-Id: <1465388783-18541-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org When CONFIG_LOCALVERSION_AUTO is disabled, the version string is just a tag name (or with a '+' appended if HEAD is not a tagged commit). During the development (and especially when git-bisecting), longer version string would be helpful to identify the commit we are running. This is a default y option, so drop the unset to enable it. Signed-off-by: Masahiro Yamada --- arch/arm64/configs/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c8f287f..1e76fc2 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1,4 +1,3 @@ -# CONFIG_LOCALVERSION_AUTO is not set CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y CONFIG_AUDIT=y -- 1.9.1