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 609E2C43142 for ; Tue, 31 Jul 2018 15:37:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F266B208A4 for ; Tue, 31 Jul 2018 15:37:09 +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="DfJYQtH6" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F266B208A4 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 S1732442AbeGaRSA (ORCPT ); Tue, 31 Jul 2018 13:18:00 -0400 Received: from pandora.armlinux.org.uk ([78.32.30.218]:53214 "EHLO pandora.armlinux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732308AbeGaRSA (ORCPT ); Tue, 31 Jul 2018 13:18:00 -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=bjN1alPUQNsU2X5kbQx8rQ0MJm+fR+j1oqWFWHBd+hs=; b=DfJYQtH6O8ZO5DrByYHyXYx7m d0dZ2yBuziitTY5Otn9Tpq2Kx/DuAKWMTURtfFCvzXisrHQRKSeQBj7OzPHcMUf251w1/zClKW78c 6q166r166r7dcFQZcgJA/MICA3fRHqEBohey+skmHPUoXAXg6tn6YhwSdPPmXT9tD+nmQ=; Received: from n2100.armlinux.org.uk ([2002:4e20:1eda:1:214:fdff:fe10:4f86]:60992) by pandora.armlinux.org.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90_1) (envelope-from ) id 1fkWhn-0006wL-NY; Tue, 31 Jul 2018 16:36:59 +0100 Received: from linux by n2100.armlinux.org.uk with local (Exim 4.90_1) (envelope-from ) id 1fkWhl-0007Qh-6y; Tue, 31 Jul 2018 16:36:57 +0100 Date: Tue, 31 Jul 2018 16:36:55 +0100 From: Russell King - ARM Linux To: Alexei Colin Cc: Alexandre Bounine , Arnd Bergmann , Andrew Morton , John Paul Walters , linux-kernel@vger.kernel.org, x86@kernel.org, linuxppc-dev@lists.ozlabs.org, linux-mips@linux-mips.org, linux-arm-kernel@lists.infradead.org Subject: Re: [RESEND PATCH 5/6] arm: enable RapidIO menu in Kconfig Message-ID: <20180731153655.GM17271@n2100.armlinux.org.uk> References: <20180731142954.30345-1-acolin@isi.edu> <20180731142954.30345-6-acolin@isi.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180731142954.30345-6-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:53AM -0400, Alexei Colin wrote: > Platforms with a PCI bus will be offered the RapidIO menu since they may > be want support for a RapidIO PCI device. Platforms without a PCI bus > that might include a RapidIO IP block will need to "select HAS_RAPIDIO" > in the platform-/machine-specific "config ARCH_*" Kconfig entry. > > Tested that kernel builds for ARM with the RapidIO subsystem and switch > drivers enabled. > > Cc: Andrew Morton > Cc: Russell King > Cc: John Paul Walters > Cc: linux-kernel@vger.kernel.org > Cc: x86@kernel.org > Cc: linuxppc-dev@lists.ozlabs.org > Cc: linux-mips@linux-mips.org > Cc: linux-arm-kernel@lists.infradead.org > Signed-off-by: Alexei Colin > --- > arch/arm/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig > index afe350e5e3d9..602a61324890 100644 > --- a/arch/arm/Kconfig > +++ b/arch/arm/Kconfig > @@ -1278,6 +1278,8 @@ config PCI_HOST_ITE8152 > > source "drivers/pci/Kconfig" > > +source "drivers/rapidio/Kconfig" > + > source "drivers/pcmcia/Kconfig" Why not place the new Kconfig file after pcmcia? That way, it is in a consistent position wrt architectures such as powerpc, and it is also in alphabetical order. -- 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