mmc-host.patch 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. diff -Nur linux-2.6.39-rc6.orig/drivers/mmc/host/Kconfig linux-2.6.39-rc6/drivers/mmc/host/Kconfig
  2. --- linux-2.6.39-rc6.orig/drivers/mmc/host/Kconfig 2011-05-04 04:59:13.000000000 +0200
  3. +++ linux-2.6.39-rc6/drivers/mmc/host/Kconfig 2011-05-10 23:39:01.000000000 +0200
  4. @@ -253,13 +253,6 @@
  5. If unsure, say N.
  6. -choice
  7. - prompt "Atmel SD/MMC Driver"
  8. - depends on AVR32 || ARCH_AT91
  9. - default MMC_ATMELMCI if AVR32
  10. - help
  11. - Choose which driver to use for the Atmel MCI Silicon
  12. -
  13. config MMC_AT91
  14. tristate "AT91 SD/MMC Card Interface support"
  15. depends on ARCH_AT91
  16. @@ -268,18 +261,6 @@
  17. If unsure, say N.
  18. -config MMC_ATMELMCI
  19. - tristate "Atmel Multimedia Card Interface support"
  20. - depends on AVR32 || ARCH_AT91
  21. - help
  22. - This selects the Atmel Multimedia Card Interface driver. If
  23. - you have an AT32 (AVR32) or AT91 platform with a Multimedia
  24. - Card slot, say Y or M here.
  25. -
  26. - If unsure, say N.
  27. -
  28. -endchoice
  29. -
  30. config MMC_ATMELMCI_DMA
  31. bool "Atmel MCI DMA support (EXPERIMENTAL)"
  32. depends on MMC_ATMELMCI && (AVR32 || ARCH_AT91SAM9G45) && DMA_ENGINE && EXPERIMENTAL