mmc: separate out reading EXT_CSD
[linux-2.6-block.git] / drivers / mmc / Kconfig
CommitLineData
1da177e4
LT
1#
2# MMC subsystem configuration
3#
4
5menu "MMC/SD Card support"
6
7config MMC
8 tristate "MMC support"
9 help
10 MMC is the "multi-media card" bus protocol.
11
12 If you want MMC support, you should say Y here and also
13 to the specific driver for your MMC interface.
14
15config MMC_DEBUG
16 bool "MMC debugging"
17 depends on MMC != n
18 help
19 This is an option for use by developers; most people should
20 say N here. This enables MMC core and driver debugging.
21
1c6a0718 22source "drivers/mmc/card/Kconfig"
f9565129 23
1c6a0718 24source "drivers/mmc/host/Kconfig"
f9565129 25
1da177e4 26endmenu