[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNASYobpeAMqenZXycNieWErRFkNHz6xQUzEruJ0-nNwfdA@mail.gmail.com>
Date: Fri, 23 Nov 2018 11:41:19 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: Christoph Hellwig <hch@....de>
Cc: mporter@...nel.crashing.org, Alex Bounine <alex.bou9@...il.com>,
Dominik Brodowski <linux@...inikbrodowski.net>,
Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>,
linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>,
linux-pci@...r.kernel.org, linux-arch <linux-arch@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
linuxppc-dev <linuxppc-dev@...ts.ozlabs.org>,
linux-alpha@...r.kernel.org, Linux-MIPS <linux-mips@...ux-mips.org>
Subject: Re: [PATCH 5/9] PCI: consolidate the PCI_DOMAINS and
PCI_DOMAINS_GENERIC config options
On Fri, Nov 16, 2018 at 4:07 AM Christoph Hellwig <hch@....de> wrote:
> diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
> index a8128a1946a2..95812fc4958c 100644
> --- a/drivers/pci/Kconfig
> +++ b/drivers/pci/Kconfig
> @@ -21,6 +21,15 @@ menuconfig PCI
> support for PCI-X and the foundations for PCI Express support.
> Say 'Y' here unless you know what you are doing.
>
> +config PCI_DOMAINS
> + depends on PCI
> + bool
> +
> +config PCI_DOMAINS_GENERIC
> + depends on PCI
> + select PCI_DOMAINS
> + bool
> +
> source "drivers/pci/pcie/Kconfig"
>
> config PCI_MSI
I reordered this so it 'bool' comes first.
config PCI_DOMAINS
bool
depends on PCI
config PCI_DOMAINS_GENERIC
bool
depends on PCI
select PCI_DOMAINS
Of course, it is just a matter of slight taste.
I just wanted the code to look consistent.
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists