remarkable-linux/drivers/mmc/Kconfig
Shawn Lin 03596b927f mmc: Kconfig: downgrade CONFIG_MMC_DEBUG for host drivers only
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>
2017-08-30 14:01:34 +02:00

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