From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 1 Aug 2017 20:22:31 +0800 Subject: [U-Boot] [PATCH v2 03/22] x86: kconfig: Select PCI and DM_PCI In-Reply-To: References: <1501421008-5737-1-git-send-email-bmeng.cn@gmail.com> <1501421008-5737-4-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Aug 1, 2017 at 5:11 PM, Simon Glass wrote: > On 30 July 2017 at 07:23, Bin Meng wrote: >> PCI is the de facto interconnect bus in an x86 system. >> >> Signed-off-by: Bin Meng >> Reviewed-by: Andy Shevchenko >> --- >> >> Changes in v2: None >> >> arch/Kconfig | 2 ++ >> configs/bayleybay_defconfig | 1 - >> configs/chromebook_link64_defconfig | 1 - >> configs/chromebook_link_defconfig | 1 - >> configs/chromebook_samus_defconfig | 1 - >> configs/chromebox_panther_defconfig | 1 - >> configs/conga-qeval20-qa3-e3845-internal-uart_defconfig | 1 - >> configs/conga-qeval20-qa3-e3845_defconfig | 1 - >> configs/coreboot-x86_defconfig | 1 - >> configs/cougarcanyon2_defconfig | 1 - >> configs/crownbay_defconfig | 1 - >> configs/dfi-bt700-q7x-151_defconfig | 1 - >> configs/edison_defconfig | 1 - >> configs/efi-x86_defconfig | 1 - >> configs/galileo_defconfig | 1 - >> configs/minnowmax_defconfig | 1 - >> configs/qemu-x86_64_defconfig | 1 - >> configs/qemu-x86_defconfig | 1 - >> configs/qemu-x86_efi_payload32_defconfig | 1 - >> configs/qemu-x86_efi_payload64_defconfig | 1 - >> configs/som-db5800-som-6867_defconfig | 1 - >> configs/theadorable-x86-dfi-bt700_defconfig | 1 - >> drivers/pci/Kconfig | 2 +- >> 23 files changed, 3 insertions(+), 22 deletions(-) > > Reviewed-by: Simon Glass applied to u-boot-x86, thanks!