Skip to content

Commit

Permalink
[ARM] 3456/1: AT91RM9200 support for 2.6 (MMC/SD driver)
Browse files Browse the repository at this point in the history
Patch from Andrew Victor

This patch adds support for the MMC/SD card interface on the Atmel
AT91RM9200 processor.

Original driver was by Nick Randell, but a number of people have
subsequently worked on it. It's currently maintained by Malcolm Noyes.

Signed-off-by: Andrew Victor <[email protected]>
Signed-off-by: Russell King <[email protected]>
  • Loading branch information
Andrew Victor authored and Russell King committed Apr 2, 2006
1 parent 683aa40 commit 65dbf34
Show file tree
Hide file tree
Showing 4 changed files with 1,101 additions and 0 deletions.
8 changes: 8 additions & 0 deletions drivers/mmc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,12 @@ config MMC_AU1X

If unsure, say N.

config MMC_AT91RM9200
tristate "AT91RM9200 SD/MMC Card Interface support"
depends on ARCH_AT91RM9200 && MMC
help
This selects the AT91RM9200 MCI controller.

If unsure, say N.

endmenu
1 change: 1 addition & 0 deletions drivers/mmc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ obj-$(CONFIG_MMC_SDHCI) += sdhci.o
obj-$(CONFIG_MMC_WBSD) += wbsd.o
obj-$(CONFIG_MMC_AU1X) += au1xmmc.o
obj-$(CONFIG_MMC_OMAP) += omap.o
obj-$(CONFIG_MMC_AT91RM9200) += at91_mci.o

mmc_core-y := mmc.o mmc_queue.o mmc_sysfs.o

Expand Down
Loading

0 comments on commit 65dbf34

Please sign in to comment.