From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yw1-f66.google.com ([209.85.161.66]:43885 "EHLO mail-yw1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726924AbeJSNYr (ORCPT ); Fri, 19 Oct 2018 09:24:47 -0400 MIME-Version: 1.0 References: <20181017080201.10866-1-hch@lst.de> <20181017080201.10866-5-hch@lst.de> In-Reply-To: <20181017080201.10866-5-hch@lst.de> From: Max Filippov Date: Thu, 18 Oct 2018 22:19:51 -0700 Message-ID: Subject: Re: [PATCH 4/8] PCI: consolidate PCI config entry in drivers/pci Content-Type: text/plain; charset="UTF-8" Sender: linux-arch-owner@vger.kernel.org List-ID: To: Christoph Hellwig Cc: Masahiro Yamada , mporter@kernel.crashing.org, alex.bou9@gmail.com, linux@dominikbrodowski.net, linux-kbuild , linux-pci@vger.kernel.org, linux-scsi@vger.kernel.org, Linux-Arch , LKML , linuxppc-dev@lists.ozlabs.org Message-ID: <20181019051951.g0Mulg6P-VMP3R4bhsilSATNxlLtUVXIdVhsQPx-I4o@z> Hi Christoph, On Wed, Oct 17, 2018 at 1:03 AM Christoph Hellwig wrote: > diff --git a/arch/xtensa/configs/iss_defconfig b/arch/xtensa/configs/iss_defconfig > index 4bb5b76d9524..818849bb7736 100644 > --- a/arch/xtensa/configs/iss_defconfig > +++ b/arch/xtensa/configs/iss_defconfig > @@ -4,7 +4,7 @@ CONFIG_EXPERT=y > CONFIG_SYSCTL_SYSCALL=y > # CONFIG_IOSCHED_DEADLINE is not set > # CONFIG_IOSCHED_CFQ is not set > -# CONFIG_PCI is not set > +CONFIG_PCI=y This change doesn't make sense as there's no PCI hardware in the Xtensa ISS. Otherwise for the Xtensa part: Acked-by: Max Filippov -- Thanks. -- Max