Date:2009-12-01 07:55:03 (14 years 3 months ago)
Author:xiangfu
Commit:2aa18089e57a50faeffbf3253204485f8859b93a
Message:101-mmc.patch

Files: drivers/mmc/host/Kconfig (1 diff)
drivers/mmc/host/Makefile (1 diff)

Change Details

drivers/mmc/host/Kconfig
6666      useless. It is safe to select this driver even if you don't
6767      have a Ricoh based card reader.
6868
69config MMC_JZ
70    tristate "JZ SD/Multimedia Card Interface support"
71    depends on SOC_JZ4720 || SOC_JZ4740
72    help
73      This selects the Ingenic JZ4720/JZ4740 SD/Multimedia card Interface.
74      If you have abIngenic platform with a Multimedia Card slot,
75      say Y or M here.
76
77      If unsure, say N.
6978
7079      To compile this driver as a module, choose M here:
7180      the module will be called ricoh_mmc.
drivers/mmc/host/Makefile
66    EXTRA_CFLAGS += -DDEBUG
77endif
88
9obj-$(CONFIG_MMC_JZ) += jz_mmc.o
910obj-$(CONFIG_MMC_ARMMMCI) += mmci.o
1011obj-$(CONFIG_MMC_PXA) += pxamci.o
1112obj-$(CONFIG_MMC_IMX) += imxmmc.o

Archive Download the corresponding diff file



interactive