Re: [U-Boot] [PATCH v2 1/2] mmc: pci: Add CONFIG_MMC_PCI

2017-02-20 Thread Bin Meng
On Fri, Feb 17, 2017 at 9:02 PM, Andy Shevchenko wrote: > From: Felipe Balbi > > We don't want pci_mmc to compile every time x86 compiles, only when > there's a platform that needs it. For that reason, we're adding a new >

[U-Boot] [PATCH v2 1/2] mmc: pci: Add CONFIG_MMC_PCI

2017-02-17 Thread Andy Shevchenko
From: Felipe Balbi We don't want pci_mmc to compile every time x86 compiles, only when there's a platform that needs it. For that reason, we're adding a new CONFIG_MMC_PCI which platforms can choose to enable. Suggested-by: Jaehoon Chung