diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2012-07-02 17:15:58 +0200 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2012-07-02 17:37:41 +0200 |
commit | 24f5c4b6e6f2933eb22979283db6174f378d9b36 (patch) | |
tree | fd883c503f3ebc8990f44fd3a2fd8d4473313ec5 /arch/arm/configs/at91sam9rl_defconfig | |
parent | ARM: at91: set i2c_board_info.type to "ds1339" directly (diff) | |
download | linux-24f5c4b6e6f2933eb22979283db6174f378d9b36.tar.xz linux-24f5c4b6e6f2933eb22979283db6174f378d9b36.zip |
ARM: at91/defconfig: change the MCI driver to use in defconfigs
Since atmel-mci driver supports all atmel mci versions,
use it instead of the deprecated at91_mci driver.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/configs/at91sam9rl_defconfig')
-rw-r--r-- | arch/arm/configs/at91sam9rl_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/at91sam9rl_defconfig b/arch/arm/configs/at91sam9rl_defconfig index ad562ee64209..7cf87856d63c 100644 --- a/arch/arm/configs/at91sam9rl_defconfig +++ b/arch/arm/configs/at91sam9rl_defconfig @@ -60,7 +60,7 @@ CONFIG_AT91SAM9X_WATCHDOG=y CONFIG_FB=y CONFIG_FB_ATMEL=y CONFIG_MMC=y -CONFIG_MMC_AT91=m +CONFIG_MMC_ATMELMCI=m CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_AT91SAM9=y CONFIG_EXT2_FS=y |