diff options
author | Felipe Balbi <felipe.balbi@linux.intel.com> | 2017-02-20 14:24:13 +0300 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2017-03-29 07:38:06 +0200 |
commit | ac9c4912c07e0aba1f8b1c993f2fc8051a34fea2 (patch) | |
tree | c53d5b3d33e5c010e43b4c9e7970bd76d21bc434 /configs/crownbay_defconfig | |
parent | 19c1c700ecdedcb1c24de8d17bd01be4a8ccbfcc (diff) |
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 <jh80.chung@samsung.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'configs/crownbay_defconfig')
-rw-r--r-- | configs/crownbay_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/crownbay_defconfig b/configs/crownbay_defconfig index 13a00c2a17..4a88f5f3c5 100644 --- a/configs/crownbay_defconfig +++ b/configs/crownbay_defconfig @@ -37,6 +37,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 |