]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5f82c1ebacbafa767c0242dc8d37107d8d546b13
tree36a4775c223a2ad3d9ede296487031d1a4d4b5dd
parent382537c6ba89f334ee651e03f8dd2fa666753ca7
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