From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felipe Balbi Date: Wed, 15 Feb 2017 09:13:53 +0200 Subject: [U-Boot] [PATCH v1] mmc: pci: only compile on platforms that need it In-Reply-To: <70426883-f964-d201-a1bb-ded903186b1a@samsung.com> References: <20170213145606.34833-1-andriy.shevchenko@linux.intel.com> <70426883-f964-d201-a1bb-ded903186b1a@samsung.com> Message-ID: <87efz0orim.fsf@linux.intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, Jaehoon Chung writes: > On 02/13/2017 11:56 PM, Andy Shevchenko wrote: >> From: Felipe Balbi >> >> We should only compile pci_mmc.c on platforms that actually need >> this. Some platforms are using generic sdhci through driver model. >> >> Signed-off-by: Felipe Balbi >> Signed-off-by: Andy Shevchenko >> --- >> drivers/mmc/Makefile | 4 +++- >> 1 file changed, 3 insertions(+), 1 deletion(-) >> >> diff --git a/drivers/mmc/Makefile b/drivers/mmc/Makefile >> index 49413dfaf1..26db92e582 100644 >> --- a/drivers/mmc/Makefile >> +++ b/drivers/mmc/Makefile >> @@ -36,7 +36,9 @@ obj-$(CONFIG_MVEBU_MMC) += mvebu_mmc.o >> obj-$(CONFIG_MMC_OMAP_HS) += omap_hsmmc.o >> obj-$(CONFIG_MMC_MXC) += mxcmmc.o >> obj-$(CONFIG_MMC_MXS) += mxsmmc.o >> -obj-$(CONFIG_X86) += pci_mmc.o >> +obj-$(CONFIG_INTEL_BAYTRAIL) += pci_mmc.o >> +obj-$(CONFIG_INTEL_QUARK) += pci_mmc.o >> +obj-$(CONFIG_INTEL_QUEENSBAY) += pci_mmc.o > > How about adding new CONFIG_MMC_X86_PCI for this. > > obj-$(CONFIG_MMC_X86_PCI) += pci_mmc.o > > Of course, you need to modify Kconfig file. doable, no problems for me. -- balbi -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 832 bytes Desc: not available URL: