Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp4939230imm; Tue, 31 Jul 2018 02:47:26 -0700 (PDT) X-Google-Smtp-Source: AAOMgpdax0i+BgK6aKWWR/bUwmMCWyjrFmovJVAv/RGJNiz38AeEe22Qb2gvSugh1lzDy/ROz/2B X-Received: by 2002:a63:7e1a:: with SMTP id z26-v6mr19789916pgc.278.1533030446306; Tue, 31 Jul 2018 02:47:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533030446; cv=none; d=google.com; s=arc-20160816; b=EWxWYFGlQj3b6m/27OrvCl2wcxkHaPo7EqWBtPsUMY1vDp/IqiyCU2INA9SVcR2P9w gxQBxt6tdfEg9nubUVSAG6h21TqTBaIQarj6hclQw9oDnGBNfT1Y+ptpkdxCOM2dDMo2 GDiF9WDyITvwihQHDIxARqeMz3D8yuamKAiGZF0efPD/0MwXLG+IhAZoIbeEz8nu6Pm+ agQe/WX+dLKXBwbs6CHKTIYjnbucfp/h1yfiBSYPCgQ23tFPPXEBhfAr947Oi7YEtTdD zFNQUAzhWnvtVcvb44woYRVpe6esq7zroY6Mf38cdUGIGOYcANX7bGFHPEormrizOBp0 nWgw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:arc-authentication-results; bh=LdLf3GiV8OR7eCtkZxlhtUb0VdbyU4uFB9Q3cstThtw=; b=LsH93jp/HC+o3zHbhojxOYL23rcfC4Xi5uV2vLiFF8xVUQAFjil+lrglgEBQXTAT6R 5sDwbTrFiRB6RcHqm3AdJJblppoQRYgPUSb2PN5liDbKOu+HuDNxK8A62UWgyt7JzD7H XvVGsv5wsXQNFQPcT0YCD16IZ1+vPqQCGu4JKZi5gXBLQ8tOzf1prCxKuPC0f/5yMrf5 tEsjqR0u9nU8vFtV2OAqq7FJ818au2c1kC13a/HpAbraMwerad87bFiBEcWd2HXpzD6/ pVlMNsR8MG5iC6EGD32DcI6OcQ5RSBRj/4rwgi2SsjCOve5YH9Ealk5pWAq1BoCVCUXP w7ZQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v190-v6si13275010pgd.668.2018.07.31.02.47.11; Tue, 31 Jul 2018 02:47:26 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731722AbeGaLZP (ORCPT + 99 others); Tue, 31 Jul 2018 07:25:15 -0400 Received: from ozlabs.org ([203.11.71.1]:60309 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731119AbeGaLZP (ORCPT ); Tue, 31 Jul 2018 07:25:15 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 41fs4m1ZFyz9ryn; Tue, 31 Jul 2018 19:45:43 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au From: Michael Ellerman To: Alexei Colin , Alexandre Bounine , Benjamin Herrenschmidt , Paul Mackerras Cc: linux-kernel@vger.kernel.org, Andrew Morton , linuxppc-dev@lists.ozlabs.org, Alexei Colin , John Paul Walters Subject: Re: [PATCH 3/6] powerpc: factor out RapidIO Kconfig menu entry In-Reply-To: <20180730225035.28365-4-acolin@isi.edu> References: <20180730225035.28365-1-acolin@isi.edu> <20180730225035.28365-4-acolin@isi.edu> Date: Tue, 31 Jul 2018 19:45:42 +1000 Message-ID: <87pnz3hh6h.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Alexei Colin writes: > The menu entry is now defined in the rapidio subtree. Also, re-order > the bus menu so tha the platform-specific RapidIO controller appears > after the entry for the RapidIO subsystem. > > 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. > > Cc: Andrew Morton > Cc: John Paul Walters > Cc: linuxppc-dev@lists.ozlabs.org > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Alexei Colin > --- > arch/powerpc/Kconfig | 13 +------------ > 1 file changed, 1 insertion(+), 12 deletions(-) Looks good. Acked-by: Michael Ellerman (powerpc) cheers > diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig > index 25d005af0a5b..17ea8a5f90a0 100644 > --- a/arch/powerpc/Kconfig > +++ b/arch/powerpc/Kconfig > @@ -993,16 +993,7 @@ source "drivers/pci/Kconfig" > > source "drivers/pcmcia/Kconfig" > > -config HAS_RAPIDIO > - bool > - default n > - > -config RAPIDIO > - tristate "RapidIO support" > - depends on HAS_RAPIDIO || PCI > - help > - If you say Y here, the kernel will include drivers and > - infrastructure code to support RapidIO interconnect devices. > +source "drivers/rapidio/Kconfig" > > config FSL_RIO > bool "Freescale Embedded SRIO Controller support" > @@ -1012,8 +1003,6 @@ config FSL_RIO > Include support for RapidIO controller on Freescale embedded > processors (MPC8548, MPC8641, etc). > > -source "drivers/rapidio/Kconfig" > - > endmenu > > config NONSTATIC_KERNEL > -- > 2.18.0