diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-06-08 21:26:23 +0900 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2016-08-12 19:08:48 +0100 |
commit | 53fb45d3df6fb64eff6c314b3fa2e279a2496e5b (patch) | |
tree | 36a4775c223a2ad3d9ede296487031d1a4d4b5dd /arch | |
parent | 2323439fd0c844b0e84d16968699c419809d480e (diff) | |
download | linux-53fb45d3df6fb64eff6c314b3fa2e279a2496e5b.tar.gz linux-53fb45d3df6fb64eff6c314b3fa2e279a2496e5b.tar.bz2 linux-53fb45d3df6fb64eff6c314b3fa2e279a2496e5b.zip |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |