From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Subject: Re: move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/ v4 Date: Fri, 23 Nov 2018 11:32:52 +0900 Message-ID: References: <20181115190538.17016-1-hch@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <20181115190538.17016-1-hch@lst.de> Sender: linux-kernel-owner@vger.kernel.org To: Christoph Hellwig Cc: mporter@kernel.crashing.org, Alex Bounine , Dominik Brodowski , Linux Kbuild mailing list , linux-arm-kernel , linux-pci@vger.kernel.org, linux-arch , Linux Kernel Mailing List , linuxppc-dev , linux-alpha@vger.kernel.org, Linux-MIPS List-Id: linux-arch.vger.kernel.org Hi Christoph, On Fri, Nov 16, 2018 at 4:08 AM Christoph Hellwig wrote: > > Hi all, > > currently every architecture that wants to provide on of the common > periphal busses needs to add some boilerplate code and include the > right Kconfig files. This series instead just selects the presence > (when needed) and then handles everything in the bus-specific > Kconfig file under drivers/. Thanks for this work! I applied this series, and it is available at git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kconfig2 I made local fixups in some parts, where I left comments in individual patches. > Changes since v3: > - drop the patches already merged > - fix a typo in the PCI help text > - split the always enable PCI on alpha change into a separate patch > - remove the mips HT_PCI symbol > - add a new FORCE_PCI symbol to easily allow selecting PCI support > - new patch to consolidate PCI_DOMAINS > - new patch to consolidate PCI_SYSCALL > > Changes since v2: > - depend on HAVE_PCI for PCIe endpoint code > - fix some commit message typos > - remove CONFIG_PCI from xtensa iss defconfig > - drop EISA support from arm > - clean up EISA selection for alpha > > Changes since v1: > - rename all HAS_* Kconfig symbols to HAVE_* > - drop the CONFIG_PCI_QSPAN option entirely > - drop duplicate select from powerpc > - restore missing selection of PCI_MSI for riscv > - update x86 and riscv defconfigs to include PCI > - actually inclue drivers/eisa/Kconfig > - adjust some captilizations -- Best Regards Masahiro Yamada From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from conssluserg-02.nifty.com ([210.131.2.81]:35239 "EHLO conssluserg-02.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727343AbeKWNPu (ORCPT ); Fri, 23 Nov 2018 08:15:50 -0500 MIME-Version: 1.0 References: <20181115190538.17016-1-hch@lst.de> In-Reply-To: <20181115190538.17016-1-hch@lst.de> From: Masahiro Yamada Date: Fri, 23 Nov 2018 11:32:52 +0900 Message-ID: Subject: Re: move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/ v4 Content-Type: text/plain; charset="UTF-8" Sender: linux-arch-owner@vger.kernel.org List-ID: To: Christoph Hellwig Cc: mporter@kernel.crashing.org, Alex Bounine , Dominik Brodowski , Linux Kbuild mailing list , linux-arm-kernel , linux-pci@vger.kernel.org, linux-arch , Linux Kernel Mailing List , linuxppc-dev , linux-alpha@vger.kernel.org, Linux-MIPS Message-ID: <20181123023252.kZPsoHnwLsGVhUjKl-BSU4lgIheP88WlUASoi9EbU0g@z> Hi Christoph, On Fri, Nov 16, 2018 at 4:08 AM Christoph Hellwig wrote: > > Hi all, > > currently every architecture that wants to provide on of the common > periphal busses needs to add some boilerplate code and include the > right Kconfig files. This series instead just selects the presence > (when needed) and then handles everything in the bus-specific > Kconfig file under drivers/. Thanks for this work! I applied this series, and it is available at git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kconfig2 I made local fixups in some parts, where I left comments in individual patches. > Changes since v3: > - drop the patches already merged > - fix a typo in the PCI help text > - split the always enable PCI on alpha change into a separate patch > - remove the mips HT_PCI symbol > - add a new FORCE_PCI symbol to easily allow selecting PCI support > - new patch to consolidate PCI_DOMAINS > - new patch to consolidate PCI_SYSCALL > > Changes since v2: > - depend on HAVE_PCI for PCIe endpoint code > - fix some commit message typos > - remove CONFIG_PCI from xtensa iss defconfig > - drop EISA support from arm > - clean up EISA selection for alpha > > Changes since v1: > - rename all HAS_* Kconfig symbols to HAVE_* > - drop the CONFIG_PCI_QSPAN option entirely > - drop duplicate select from powerpc > - restore missing selection of PCI_MSI for riscv > - update x86 and riscv defconfigs to include PCI > - actually inclue drivers/eisa/Kconfig > - adjust some captilizations -- Best Regards Masahiro Yamada