2019-05-19 19:07:45 +07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-04-17 05:20:36 +07:00
|
|
|
#
|
|
|
|
# MMC subsystem configuration
|
|
|
|
#
|
|
|
|
|
2007-05-09 03:30:32 +07:00
|
|
|
menuconfig MMC
|
2008-09-07 18:16:58 +07:00
|
|
|
tristate "MMC/SD/SDIO card support"
|
2007-05-10 20:45:57 +07:00
|
|
|
depends on HAS_IOMEM
|
2005-04-17 05:20:36 +07:00
|
|
|
help
|
2008-09-07 18:16:58 +07:00
|
|
|
This selects MultiMediaCard, Secure Digital and Secure
|
|
|
|
Digital I/O support.
|
2005-04-17 05:20:36 +07:00
|
|
|
|
2008-09-07 18:16:58 +07:00
|
|
|
If you want MMC/SD/SDIO support, you should say Y here and
|
|
|
|
also to your specific host controller driver.
|
2005-04-17 05:20:36 +07:00
|
|
|
|
2007-05-09 03:30:32 +07:00
|
|
|
if MMC
|
|
|
|
|
2007-05-01 21:00:02 +07:00
|
|
|
source "drivers/mmc/core/Kconfig"
|
|
|
|
|
2007-02-12 01:57:36 +07:00
|
|
|
source "drivers/mmc/host/Kconfig"
|
2006-10-04 16:15:38 +07:00
|
|
|
|
2007-05-09 03:30:32 +07:00
|
|
|
endif # MMC
|