All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bin Meng <bmeng.cn@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] pci: Move CONFIG_PCI_PNP to Kconfig
Date: Tue, 25 Oct 2016 09:08:04 +0800	[thread overview]
Message-ID: <CAEUhbmW6aeTbxNUB4fgfjBxdO08tx8wd2r3c+F-vzanRe-571Q@mail.gmail.com> (raw)
In-Reply-To: <20161017115033.GR18591@bill-the-cat>

Hi Tom,

On Mon, Oct 17, 2016 at 7:50 PM, Tom Rini <trini@konsulko.com> wrote:
> On Sun, Oct 16, 2016 at 11:35:18PM -0700, Bin Meng wrote:
>
>> Introduce CONFIG_PCI_PNP in Kconfig and move over boards' defconfig
>> to use that.
>>
>> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
>>
>> ---
>>
>> Changes in v2:
>> - Change PCI_PNP to "depends on" and "default y" if PCI || DM_PCI
>
> Thanks!
>
> [snip]
>> diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
>> index 9a7c187..5252250 100644
>> --- a/drivers/pci/Kconfig
>> +++ b/drivers/pci/Kconfig
>> @@ -18,6 +18,13 @@ config DM_PCI_COMPAT
>>         measure when porting a board to use driver model for PCI. Once the
>>         board is fully supported, this option should be disabled.
>>
>> +config PCI_PNP
>> +     bool "Enable Plug & Play support for PCI"
>> +     depends on PCI || DM_PCI
>> +     default y if PCI || DM_PCI
>
> This should just be default y since we depend on those two options
> directly.  I'll just fix it up when applying.
>
> Reviewed-by: Tom Rini <trini@konsulko.com>
>

Will this be picked up for the v2016.11 release?

Regards,
Bin

  reply	other threads:[~2016-10-25  1:08 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-17  6:35 [U-Boot] [PATCH] pci: Move CONFIG_PCI_PNP to Kconfig Bin Meng
2016-10-17 11:50 ` Tom Rini
2016-10-25  1:08   ` Bin Meng [this message]
2016-10-25  1:09     ` Tom Rini
2016-10-28 11:13 ` [U-Boot] [PATCH v3] " Tom Rini
2016-10-28 13:07   ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2016-10-10  5:04 [U-Boot] [PATCH] " Bin Meng
2016-10-12 12:46 ` Tom Rini
2016-10-14  6:28   ` Bin Meng
2016-10-14 13:07     ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAEUhbmW6aeTbxNUB4fgfjBxdO08tx8wd2r3c+F-vzanRe-571Q@mail.gmail.com \
    --to=bmeng.cn@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.