From b706b1c24d98320fce12a402bd6960f407063d78 Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Mon, 20 Feb 2017 14:24:13 +0300 Subject: mmc: pci: Add CONFIG_MMC_PCI 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 Reviewed-by: Bin Meng Signed-off-by: Felipe Balbi Signed-off-by: Andy Shevchenko --- configs/bayleybay_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/bayleybay_defconfig') diff --git a/configs/bayleybay_defconfig b/configs/bayleybay_defconfig index c6aa24f9be..d2f9f24a19 100644 --- a/configs/bayleybay_defconfig +++ b/configs/bayleybay_defconfig @@ -48,6 +48,7 @@ CONFIG_REGMAP=y CONFIG_SYSCON=y CONFIG_CPU=y CONFIG_MMC=y +CONFIG_MMC_PCI=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_SDMA=y CONFIG_SPI_FLASH=y -- cgit