mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
03596b927f
We have removed all code depending on CONFIG_MMC_DEBUG from mmc core now. So it's safe to make CONFIG_MMC_DEBUG just for host drivers only and we expect to kill this option in the future. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
22 lines
400 B
Plaintext
22 lines
400 B
Plaintext
#
|
|
# MMC subsystem configuration
|
|
#
|
|
|
|
menuconfig MMC
|
|
tristate "MMC/SD/SDIO card support"
|
|
depends on HAS_IOMEM
|
|
help
|
|
This selects MultiMediaCard, Secure Digital and Secure
|
|
Digital I/O support.
|
|
|
|
If you want MMC/SD/SDIO support, you should say Y here and
|
|
also to your specific host controller driver.
|
|
|
|
if MMC
|
|
|
|
source "drivers/mmc/core/Kconfig"
|
|
|
|
source "drivers/mmc/host/Kconfig"
|
|
|
|
endif # MMC
|