Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp2147249imm; Thu, 2 Aug 2018 07:02:17 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcs8XyDpQbghbqzmc1KM8oO9KXGzeHMpuH+XNZ2p3hQMjC2bsKOR3t6xODbdyzA65ixtvmQ X-Received: by 2002:a17:902:20e9:: with SMTP id v38-v6mr2557347plg.107.1533218537849; Thu, 02 Aug 2018 07:02:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533218537; cv=none; d=google.com; s=arc-20160816; b=gFbjKdhoSumrEPOUdtiW9BTLfQD2U80NBqIK+ZL+WupKnPBMBiR2CofL40CmJ8VTxY 9N56WY6xoo1aeE6nfrulJnPxDQDCySD0dE0z6YoDMivV5tVodi1mfyMHBqsFHP2oJRA0 dSfza8CiCPj7+HAq5sogaFJ5MlwBRBGJzXVFwao5ERL/iqepPNCwFIV/WR7KEA1MZV6R IDpuqtCfTJEBXl2SHM+L/FxCH+lOmsVM3UK+GlB1yIRli/MfMIris0E0jqQxOTQVg4vT BRO2mEDf9xw4Fg8vVgAxVLK7+BCdJfi5n2wl+Ne3ui+1D/5UoOckhdd20ce/py2/SC6h kSUA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=GN92k0r1TuAxDelHmHPeLFvenkV7f7oeeEMZCX1vMig=; b=eONO0+F+uG+4b1e6Xz1tz1vdqFVqR78zjo08GzW7lnuY4fu0maJf2QpUeMtQuFUOaA SlZVE8SZwBxg9nAPX7D8nXIavJmN1fymh0ZJ2/Qse+g50K2PR/rNJFZKoeo8qQGRT5m7 g2xncJYgRnIQiol/8TsbWsWuQ8MynOvsvK+w2AbE5BlfIQjm6ojS4eaMlBdwjOjV7IaT YHEgwd8x2GMPWqNKDtEuHKJJiRvwDlQkIn/Xvkmp6Kr09bMOJXz82S5Iw57g7CV86cIB 7BG0xREH/VNU1WXxnX3QZ4GTziRitoCFBRZFyS+KsCL7SnzPbB8KeEzTMd6391T7qj1M reAQ== 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 g12-v6si1496043pll.384.2018.08.02.07.02.02; Thu, 02 Aug 2018 07:02:17 -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 S1732389AbeHBPvz (ORCPT + 99 others); Thu, 2 Aug 2018 11:51:55 -0400 Received: from mail-d.ads.isi.edu ([128.9.180.199]:15091 "EHLO mail-d.ads.isi.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732141AbeHBPvz (ORCPT ); Thu, 2 Aug 2018 11:51:55 -0400 X-IronPort-AV: E=Sophos;i="5.51,436,1526367600"; d="scan'208";a="2662692" Received: from guest228.east.isi.edu (HELO localhost) ([65.123.202.228]) by mail-d.ads.isi.edu with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Aug 2018 07:00:34 -0700 Date: Thu, 2 Aug 2018 10:00:33 -0400 From: Alexei Colin To: Christoph Hellwig Cc: Geert Uytterhoeven , alex.bou9@gmail.com, Linux MIPS Mailing List , Catalin Marinas , the arch/x86 maintainers , Will Deacon , Russell King , Linux Kernel Mailing List , jwalters@isi.edu, Andrew Morton , linuxppc-dev , Linux ARM Subject: Re: [RESEND PATCH 6/6] arm64: enable RapidIO menu in Kconfig Message-ID: <20180802140033.GH38497@guest228.east.isi.edu> References: <20180731142954.30345-1-acolin@isi.edu> <20180731142954.30345-7-acolin@isi.edu> <20180801095404.GA17585@infradead.org> <20180802134544.GG38497@guest228.east.isi.edu> <20180802135421.GA13512@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180802135421.GA13512@infradead.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 02, 2018 at 06:54:21AM -0700, Christoph Hellwig wrote: > On Thu, Aug 02, 2018 at 09:45:44AM -0400, Alexei Colin wrote: > > If I move RapidIO option to drivers/Kconfig, then it won't appear under > > the Bus Options/System Support menu, along with other choices for the > > system bus (PCI, PCMCIA, ISA, TC, ...). > > It's not like anyone cares. And FYI, moving all those to > drivers/Kconfig is osmething I will submit for the next merge window. Ok, I would appreciate a CC on that patch. After it lands, if there is time, I'll resubmit a rebased version of this patch.