arm64: defconfig: enable CONFIG_LOCALVERSION_AUTO
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 8 Jun 2016 12:26:23 +0000 (21:26 +0900)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 12 Aug 2016 18:08:48 +0000 (19:08 +0100)
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 <yamada.masahiro@socionext.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/configs/defconfig

index 2016444..eadf485 100644 (file)
@@ -1,4 +1,3 @@
-# CONFIG_LOCALVERSION_AUTO is not set
 CONFIG_SYSVIPC=y
 CONFIG_POSIX_MQUEUE=y
 CONFIG_AUDIT=y