From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.4 required=3.0 tests=DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,T_DKIM_INVALID, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 865D6C43142 for ; Tue, 31 Jul 2018 15:30:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2C04820841 for ; Tue, 31 Jul 2018 15:30:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=armlinux.org.uk header.i=@armlinux.org.uk header.b="jtDsTya5" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2C04820841 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=armlinux.org.uk Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732356AbeGaRLR (ORCPT ); Tue, 31 Jul 2018 13:11:17 -0400 Received: from pandora.armlinux.org.uk ([78.32.30.218]:53134 "EHLO pandora.armlinux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732274AbeGaRLR (ORCPT ); Tue, 31 Jul 2018 13:11:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2014; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=uzA2YWrmuXYxpLQ/QgxCCJXdgMu026iXDFkbtuUHvwM=; b=jtDsTya5MqcN5bOmJ9JbZywRJ I5dv2Q77dqE/tWj/yDmn5rC6dNdY57THdtkQNdDZ5na+82IY3gW+SFeIgxA9y4B8LXMet6upfCmJz TbqzxC9thfsWoAxEn92j9dMta19LjiMiEU/DyFqRl3GYqu4DQLZQYo0XnZxKJ2jPauwIY=; Received: from n2100.armlinux.org.uk ([2002:4e20:1eda:1:214:fdff:fe10:4f86]:60900) by pandora.armlinux.org.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90_1) (envelope-from ) id 1fkWar-0006uP-5T; Tue, 31 Jul 2018 16:29:49 +0100 Received: from linux by n2100.armlinux.org.uk with local (Exim 4.90_1) (envelope-from ) id 1fkWao-0007ME-3E; Tue, 31 Jul 2018 16:29:46 +0100 Date: Tue, 31 Jul 2018 16:29:44 +0100 From: Russell King - ARM Linux To: Alexei Colin Cc: Alexandre Bounine , Matt Porter , Andrew Morton , John Paul Walters , Catalin Marinas , Arnd Bergmann , Will Deacon , Ralf Baechle , Paul Burton , Alexander Sverdlin , Benjamin Herrenschmidt , Paul Mackerras , Thomas Gleixner , Peter Anvin , x86@kernel.org, linuxppc-dev@lists.ozlabs.org, linux-mips@linux-mips.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [RESEND PATCH 1/6] rapidio: define top Kconfig menu in driver subtree Message-ID: <20180731152944.GL17271@n2100.armlinux.org.uk> References: <20180731142954.30345-1-acolin@isi.edu> <20180731142954.30345-2-acolin@isi.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180731142954.30345-2-acolin@isi.edu> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 31, 2018 at 10:29:49AM -0400, Alexei Colin wrote: > The top-level Kconfig entry for RapidIO subsystem is currently > duplicated in several architecture-specific Kconfigs. This > commit re-defines it in the driver subtree, and subsequent > commits, one per architecture, will remove the duplicated > definitions from respective per-architecture Kconfigs. > > Cc: Andrew Morton > Cc: John Paul Walters > Cc: Catalin Marinas > Cc: Russell King > Cc: Arnd Bergmann > Cc: Will Deacon > Cc: Ralf Baechle > Cc: Paul Burton > Cc: Alexander Sverdlin > Cc: Benjamin Herrenschmidt > Cc: Paul Mackerras > Cc: Thomas Gleixner > Cc: Peter Anvin > Cc: x86@kernel.org > Cc: linuxppc-dev@lists.ozlabs.org > Cc: linux-mips@linux-mips.org > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Alexei Colin > --- > drivers/rapidio/Kconfig | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > > diff --git a/drivers/rapidio/Kconfig b/drivers/rapidio/Kconfig > index d6d2f20c4597..98e301847584 100644 > --- a/drivers/rapidio/Kconfig > +++ b/drivers/rapidio/Kconfig > @@ -1,6 +1,21 @@ > # > # RapidIO configuration > # > + > +config HAS_RAPIDIO > + bool > + default n There's no need to specify this default - the default default defaults to 'n' anyway, so "default n" just respecifies what's already the default. (next time I'll try to add more "default"s into that! ;) ) -- RMK's Patch system: http://www.armlinux.org.uk/developer/patches/ FTTC broadband for 0.8mile line in suburbia: sync at 13.8Mbps down 630kbps up According to speedtest.net: 13Mbps down 490kbps up From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@armlinux.org.uk (Russell King - ARM Linux) Date: Tue, 31 Jul 2018 16:29:44 +0100 Subject: [RESEND PATCH 1/6] rapidio: define top Kconfig menu in driver subtree In-Reply-To: <20180731142954.30345-2-acolin@isi.edu> References: <20180731142954.30345-1-acolin@isi.edu> <20180731142954.30345-2-acolin@isi.edu> Message-ID: <20180731152944.GL17271@n2100.armlinux.org.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Jul 31, 2018 at 10:29:49AM -0400, Alexei Colin wrote: > The top-level Kconfig entry for RapidIO subsystem is currently > duplicated in several architecture-specific Kconfigs. This > commit re-defines it in the driver subtree, and subsequent > commits, one per architecture, will remove the duplicated > definitions from respective per-architecture Kconfigs. > > Cc: Andrew Morton > Cc: John Paul Walters > Cc: Catalin Marinas > Cc: Russell King > Cc: Arnd Bergmann > Cc: Will Deacon > Cc: Ralf Baechle > Cc: Paul Burton > Cc: Alexander Sverdlin > Cc: Benjamin Herrenschmidt > Cc: Paul Mackerras > Cc: Thomas Gleixner > Cc: Peter Anvin > Cc: x86 at kernel.org > Cc: linuxppc-dev at lists.ozlabs.org > Cc: linux-mips at linux-mips.org > Cc: linux-arm-kernel at lists.infradead.org > Cc: linux-kernel at vger.kernel.org > Signed-off-by: Alexei Colin > --- > drivers/rapidio/Kconfig | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > > diff --git a/drivers/rapidio/Kconfig b/drivers/rapidio/Kconfig > index d6d2f20c4597..98e301847584 100644 > --- a/drivers/rapidio/Kconfig > +++ b/drivers/rapidio/Kconfig > @@ -1,6 +1,21 @@ > # > # RapidIO configuration > # > + > +config HAS_RAPIDIO > + bool > + default n There's no need to specify this default - the default default defaults to 'n' anyway, so "default n" just respecifies what's already the default. (next time I'll try to add more "default"s into that! ;) ) -- RMK's Patch system: http://www.armlinux.org.uk/developer/patches/ FTTC broadband for 0.8mile line in suburbia: sync at 13.8Mbps down 630kbps up According to speedtest.net: 13Mbps down 490kbps up