diff options
author | Ludovic Desroches <ludovic.desroches@atmel.com> | 2012-05-16 17:51:59 +0200 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2012-05-17 14:33:48 -0400 |
commit | 0caaa9539adcff38ce12e99f0ab25645e7eb3eea (patch) | |
tree | 54947fd19c5772c78398c42e4f807257187dcf2d /drivers/mmc | |
parent | db35f83ef47b5f180f2670d11f5f93992314ea09 (diff) |
mmc: at91-mci: this driver is now deprecated
at91-mci is deprecated since atmel-mci can deal with all chips.
Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/Kconfig | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 9f1f5e2bbfef..aa131b32e3b2 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -278,10 +278,13 @@ choice Choose which driver to use for the Atmel MCI Silicon config MMC_AT91 - tristate "AT91 SD/MMC Card Interface support" + tristate "AT91 SD/MMC Card Interface support (DEPRECATED)" depends on ARCH_AT91 help - This selects the AT91 MCI controller. + This selects the AT91 MCI controller. This driver will + be removed soon (for more information have a look to + Documentation/feature-removal-schedule.txt). Please use + MMC_ATMEL_MCI. If unsure, say N. |