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
60
60
61
61
If unsure, say N.
62
62
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
+
63
74
config MMC_WBSD
64
75
tristate "Winbond W83L51xD SD/MMC Card Interface support"
65
76
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
20
20
obj-$(CONFIG_MMC_SDHCI) += sdhci.o
21
21
obj-$(CONFIG_MMC_WBSD) += wbsd.o
22
22
obj-$(CONFIG_MMC_AU1X) += au1xmmc.o
23
+ obj-$(CONFIG_MMC_OMAP) += omap.o
23
24
24
25
mmc_core-y := mmc.o mmc_queue.o mmc_sysfs.o
You can’t perform that action at this time.
0 commit comments