From: Masahiro Yamada Date: Wed, 8 Jun 2016 12:26:23 +0000 (+0900) Subject: arm64: defconfig: enable CONFIG_LOCALVERSION_AUTO X-Git-Tag: v4.8-rc2~4^2 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=53fb45d3df6fb64eff6c314b3fa2e279a2496e5b;p=cascardo%2Flinux.git 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 Signed-off-by: Catalin Marinas --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 2016444601f8..eadf4855ad2d 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