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/dfi-bt700-q7x-151_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/dfi-bt700-q7x-151_defconfig') diff --git a/configs/dfi-bt700-q7x-151_defconfig b/configs/dfi-bt700-q7x-151_defconfig index ce447f540a8..d5bd66f83c5 100644 --- a/configs/dfi-bt700-q7x-151_defconfig +++ b/configs/dfi-bt700-q7x-151_defconfig @@ -47,6 +47,7 @@ CONFIG_CPU=y CONFIG_DM_I2C=y CONFIG_NUVOTON_NCT6102D=y CONFIG_MMC=y +CONFIG_MMC_PCI=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_SDMA=y CONFIG_SPI_FLASH=y -- cgit v1.2.3