From: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> This allows to derive the kernel flavor from the kernel version at runtime. Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Signed-off-by: Simon Horman <horms+renesas@xxxxxxxxxxxx> --- arch/arm/configs/shmobile_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index ac3dad3c3b9d..b961c121515b 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -1,3 +1,4 @@ +CONFIG_LOCALVERSION="-shmobile" CONFIG_SYSVIPC=y CONFIG_NO_HZ=y CONFIG_IKCONFIG=y -- 2.11.0