diff options
author | Mike Fiore <mfiore@multitech.com> | 2013-04-18 09:19:26 -0500 |
---|---|---|
committer | Mike Fiore <mfiore@multitech.com> | 2013-04-18 09:19:26 -0500 |
commit | 108cea7b2f58b386f9ae836d5cf5b513817cf969 (patch) | |
tree | 0c114bc3f2c5dd64d08f1025416e380a2e867b2d /multitech/recipes/linux | |
parent | b79c684331c40c49a13d6d05b2ef7322673584c1 (diff) |
mt100eocg-pcie-dk: use atmel_mci driver instead of at91_mci
Diffstat (limited to 'multitech/recipes/linux')
-rw-r--r-- | multitech/recipes/linux/linux-2.6.39.4/mt100eocg-pcie-dk/defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multitech/recipes/linux/linux-2.6.39.4/mt100eocg-pcie-dk/defconfig b/multitech/recipes/linux/linux-2.6.39.4/mt100eocg-pcie-dk/defconfig index a3e1956..a53ae33 100644 --- a/multitech/recipes/linux/linux-2.6.39.4/mt100eocg-pcie-dk/defconfig +++ b/multitech/recipes/linux/linux-2.6.39.4/mt100eocg-pcie-dk/defconfig @@ -1764,8 +1764,8 @@ CONFIG_MMC_BLOCK_BOUNCE=y # MMC/SD/SDIO Host Controller Drivers # # CONFIG_MMC_SDHCI is not set -CONFIG_MMC_AT91=m -# CONFIG_MMC_ATMELMCI is not set +# CONFIG_MMC_AT91 is not set +CONFIG_MMC_ATMELMCI=m # CONFIG_MMC_SPI is not set # CONFIG_MMC_DW is not set # CONFIG_MMC_USHC is not set |