File tree Expand file tree Collapse file tree 4 files changed +1298
-0
lines changed Expand file tree Collapse file tree 4 files changed +1298
-0
lines changed Original file line number Diff line number Diff 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+
6374config MMC_WBSD
6475 tristate "Winbond W83L51xD SD/MMC Card Interface support"
6576 depends on MMC && ISA_DMA_API
Original file line number Diff line number Diff line change @@ -20,5 +20,6 @@ obj-$(CONFIG_MMC_PXA) += pxamci.o
2020obj-$(CONFIG_MMC_SDHCI) += sdhci.o
2121obj-$(CONFIG_MMC_WBSD) += wbsd.o
2222obj-$(CONFIG_MMC_AU1X) += au1xmmc.o
23+ obj-$(CONFIG_MMC_OMAP) += omap.o
2324
2425mmc_core-y := mmc.o mmc_queue.o mmc_sysfs.o
You can’t perform that action at this time.
0 commit comments