Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / drivers / mmc / Kconfig
CommitLineData
1da177e4
LT
1#
2# MMC subsystem configuration
3#
4
790864dc 5menuconfig MMC
57105737 6 tristate "MMC/SD/SDIO card support"
e25df120 7 depends on HAS_IOMEM
1da177e4 8 help
57105737
PO
9 This selects MultiMediaCard, Secure Digital and Secure
10 Digital I/O support.
1da177e4 11
57105737
PO
12 If you want MMC/SD/SDIO support, you should say Y here and
13 also to your specific host controller driver.
1da177e4 14
790864dc
JE
15if MMC
16
6abaa0c9
PO
17source "drivers/mmc/core/Kconfig"
18
1c6a0718 19source "drivers/mmc/host/Kconfig"
f9565129 20
790864dc 21endif # MMC