On Wed, Jul 04, 2018 at 01:43:33PM +0200, Geert Uytterhoeven wrote: > This allows to derive the kernel flavor from the kernel version at > runtime. For my edification could you expand on what this is used for? > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > v2: > - shmobile_defconfig is the only shmobile defconfig left. > --- > 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 ac3dad3c3b9dc9c6..b961c121515b7f06 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.17.1 >