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)
commit53fb45d3df6fb64eff6c314b3fa2e279a2496e5b
tree36a4775c223a2ad3d9ede296487031d1a4d4b5dd
parent2323439fd0c844b0e84d16968699c419809d480e
arm64: defconfig: enable CONFIG_LOCALVERSION_AUTO

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