Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 730c9b7

Browse files
Carlos AguiarRussell King
authored andcommitted
[MMC] Add OMAP MMC host driver
Adds OMAP MMC driver. Signed-off-by: Juha Yrjölä <[email protected]> Signed-off-by: Tony Lindgren <[email protected]> Signed-off-by: Carlos Aguiar <[email protected]> Signed-off-by: Russell King <[email protected]>
1 parent 224b148 commit 730c9b7

File tree

4 files changed

+1298
-0
lines changed

4 files changed

+1298
-0
lines changed

drivers/mmc/Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@ config MMC_SDHCI
6060

6161
If unsure, say N.
6262

63+
config MMC_OMAP
64+
tristate "TI OMAP Multimedia Card Interface support"
65+
depends on ARCH_OMAP && MMC
66+
select TPS65010 if MACH_OMAP_H2
67+
help
68+
This selects the TI OMAP Multimedia card Interface.
69+
If you have an OMAP board with a Multimedia Card slot,
70+
say Y or M here.
71+
72+
If unsure, say N.
73+
6374
config MMC_WBSD
6475
tristate "Winbond W83L51xD SD/MMC Card Interface support"
6576
depends on MMC && ISA_DMA_API

drivers/mmc/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ obj-$(CONFIG_MMC_PXA) += pxamci.o
2020
obj-$(CONFIG_MMC_SDHCI) += sdhci.o
2121
obj-$(CONFIG_MMC_WBSD) += wbsd.o
2222
obj-$(CONFIG_MMC_AU1X) += au1xmmc.o
23+
obj-$(CONFIG_MMC_OMAP) += omap.o
2324

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

0 commit comments

Comments
 (0)