diff options
author | Ludovic Desroches <ludovic.desroches@atmel.com> | 2012-10-29 10:27:55 -0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2012-12-06 13:54:41 -0500 |
commit | d6a20debf4d2df13843e8d9b8d97d217dc1c15d5 (patch) | |
tree | a3b15d34c329248509fedbbab086aab43c0121bb /drivers/mmc/host/Kconfig | |
parent | f50725129a2e1aae441d5af2919ed5219386eefc (diff) |
mmc: at91-mci: remove obsolete driver
The at91-mci driver is not needed anymore since the atmel-mci driver now
supports all Atmel devices.
Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 9bf10e7bbfaf..5c7c846e03ef 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -270,26 +270,8 @@ config MMC_AU1X | |||
270 | 270 | ||
271 | If unsure, say N. | 271 | If unsure, say N. |
272 | 272 | ||
273 | choice | ||
274 | prompt "Atmel SD/MMC Driver" | ||
275 | depends on AVR32 || ARCH_AT91 | ||
276 | default MMC_ATMELMCI if AVR32 | ||
277 | help | ||
278 | Choose which driver to use for the Atmel MCI Silicon | ||
279 | |||
280 | config MMC_AT91 | ||
281 | tristate "AT91 SD/MMC Card Interface support (DEPRECATED)" | ||
282 | depends on ARCH_AT91 | ||
283 | help | ||
284 | This selects the AT91 MCI controller. This driver will | ||
285 | be removed soon (for more information have a look to | ||
286 | Documentation/feature-removal-schedule.txt). Please use | ||
287 | MMC_ATMEL_MCI. | ||
288 | |||
289 | If unsure, say N. | ||
290 | |||
291 | config MMC_ATMELMCI | 273 | config MMC_ATMELMCI |
292 | tristate "Atmel Multimedia Card Interface support" | 274 | tristate "Atmel SD/MMC Driver (Multimedia Card Interface)" |
293 | depends on AVR32 || ARCH_AT91 | 275 | depends on AVR32 || ARCH_AT91 |
294 | help | 276 | help |
295 | This selects the Atmel Multimedia Card Interface driver. If | 277 | This selects the Atmel Multimedia Card Interface driver. If |
@@ -298,8 +280,6 @@ config MMC_ATMELMCI | |||
298 | 280 | ||
299 | If unsure, say N. | 281 | If unsure, say N. |
300 | 282 | ||
301 | endchoice | ||
302 | |||
303 | config MMC_ATMELMCI_DMA | 283 | config MMC_ATMELMCI_DMA |
304 | bool "Atmel MCI DMA support" | 284 | bool "Atmel MCI DMA support" |
305 | depends on MMC_ATMELMCI && (AVR32 || ARCH_AT91SAM9G45) && DMA_ENGINE | 285 | depends on MMC_ATMELMCI && (AVR32 || ARCH_AT91SAM9G45) && DMA_ENGINE |