diff options
author | Barry Song <Baohua.Song@csr.com> | 2015-07-13 21:55:17 +0800 |
---|---|---|
committer | Barry Song <Baohua.Song@csr.com> | 2015-07-28 04:41:19 +0800 |
commit | de124e87425c801e187a301604873265094153f3 (patch) | |
tree | 2dd9fe3a6330067f12e62d0d72ac8e82566a4b37 | |
parent | 79302812c1f0f13daeb7e81a9d22087b19f86128 (diff) | |
download | talos-op-linux-de124e87425c801e187a301604873265094153f3.tar.gz talos-op-linux-de124e87425c801e187a301604873265094153f3.zip |
ARM: prima2_defconfig: enable build for SiRFSoC SDHC host
this patch enables the MMC/SDHCI driver for SiRFSoC platforms.
Signed-off-by: Barry Song <Baohua.Song@csr.com>
-rw-r--r-- | arch/arm/configs/prima2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/prima2_defconfig b/arch/arm/configs/prima2_defconfig index ded0cad9803c..cf3acc8d370d 100644 --- a/arch/arm/configs/prima2_defconfig +++ b/arch/arm/configs/prima2_defconfig @@ -42,6 +42,7 @@ CONFIG_USB_MASS_STORAGE=m CONFIG_MMC=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_PLTFM=y +CONFIG_MMC_SDHCI_SIRF=y CONFIG_DMADEVICES=y CONFIG_DMADEVICES_DEBUG=y CONFIG_DMADEVICES_VDEBUG=y |