From patchwork Fri Jul 20 12:03:54 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 10536553 X-Patchwork-Delegate: horms@verge.net.au Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 90DB5602CA for ; Fri, 20 Jul 2018 12:04:12 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7E350296C1 for ; Fri, 20 Jul 2018 12:04:12 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 727E2296C8; Fri, 20 Jul 2018 12:04:12 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 672D1296C1 for ; Fri, 20 Jul 2018 12:04:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727749AbeGTMwF (ORCPT ); Fri, 20 Jul 2018 08:52:05 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:33214 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727755AbeGTMwF (ORCPT ); Fri, 20 Jul 2018 08:52:05 -0400 Received: from reginn.horms.nl (watermunt.horms.nl [80.127.179.77]) by kirsty.vergenet.net (Postfix) with ESMTPA id C730125BEDD; Fri, 20 Jul 2018 22:03:59 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1532088240; bh=FkdcY6s1pNJ+sg379KNX8XCYz4Bd1FSonD5BPT+xJhI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=emI7QJ2ZisQjzqyPMz07S302NxahraQBpHFpI5E4KciXRXUK91gmhbBBZ2IgnPKiA p8QY8Kx4gJkBYLjdEnpGIfuvc8k86Zj+a0rWjy7fLJ7cON9iTm9DbwhBff9cYL0o3j 2jGs+VT9V+Of0/3mDrX1w2dOX39rzTDEgAsgFhN8= Received: by reginn.horms.nl (Postfix, from userid 7100) id 9D410940456; Fri, 20 Jul 2018 14:03:56 +0200 (CEST) From: Simon Horman To: linux-renesas-soc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Magnus Damm , Geert Uytterhoeven , Simon Horman Subject: [PATCH 6/7] ARM: shmobile: defconfig: Set CONFIG_LOCALVERSION Date: Fri, 20 Jul 2018 14:03:54 +0200 Message-Id: <8d40e5637291a3b6fb0da19de269299903d7054b.1532086504.git.horms+renesas@verge.net.au> X-Mailer: git-send-email 2.11.0 In-Reply-To: References: Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Geert Uytterhoeven This allows to derive the kernel flavor from the kernel version at runtime. Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- 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