Files
linux-apfs/drivers/mmc/Kconfig
T

31 lines
625 B
Plaintext
Raw Normal View History

2005-04-16 15:20:36 -07:00
#
# MMC subsystem configuration
#
2007-05-08 22:30:32 +02:00
menuconfig MMC
tristate "MMC/SD/SDIO card support"
depends on HAS_IOMEM
2005-04-16 15:20:36 -07:00
help
This selects MultiMediaCard, Secure Digital and Secure
Digital I/O support.
2005-04-16 15:20:36 -07:00
If you want MMC/SD/SDIO support, you should say Y here and
also to your specific host controller driver.
2005-04-16 15:20:36 -07: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-08 22:30:32 +02:00
if MMC
2007-05-01 16:00:02 +02:00
source "drivers/mmc/core/Kconfig"
2007-02-11 19:57:36 +01:00
source "drivers/mmc/card/Kconfig"
2005-04-16 15:20:36 -07:00
2007-02-11 19:57:36 +01:00
source "drivers/mmc/host/Kconfig"
2007-05-08 22:30:32 +02:00
endif # MMC