2005-04-17 06:20:36 +08:00
|
|
|
#
|
|
|
|
# MMC subsystem configuration
|
|
|
|
#
|
|
|
|
|
2007-05-09 04:30:32 +08:00
|
|
|
menuconfig MMC
|
2008-09-07 19:16:58 +08:00
|
|
|
tristate "MMC/SD/SDIO card support"
|
2007-05-10 21:45:57 +08:00
|
|
|
depends on HAS_IOMEM
|
2005-04-17 06:20:36 +08:00
|
|
|
help
|
2008-09-07 19:16:58 +08:00
|
|
|
This selects MultiMediaCard, Secure Digital and Secure
|
|
|
|
Digital I/O support.
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2008-09-07 19:16:58 +08:00
|
|
|
If you want MMC/SD/SDIO support, you should say Y here and
|
|
|
|
also to your specific host controller driver.
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
config MMC_DEBUG
|
|
|
|
bool "MMC debugging"
|
|
|
|
depends on MMC != n
|
|
|
|
help
|
|
|
|
This is an option for use by developers; most people should
|
|
|
|
say N here. This enables MMC core and driver debugging.
|
|
|
|
|
2007-05-09 04:30:32 +08:00
|
|
|
if MMC
|
|
|
|
|
2007-05-01 22:00:02 +08:00
|
|
|
source "drivers/mmc/core/Kconfig"
|
|
|
|
|
2007-02-12 02:57:36 +08:00
|
|
|
source "drivers/mmc/card/Kconfig"
|
2006-10-04 17:15:38 +08:00
|
|
|
|
2007-02-12 02:57:36 +08:00
|
|
|
source "drivers/mmc/host/Kconfig"
|
2006-10-04 17:15:38 +08:00
|
|
|
|
2007-05-09 04:30:32 +08:00
|
|
|
endif # MMC
|