android_kernel_xiaomi_sm7250/drivers/mmc/Kconfig
Ram Prakash Gupta 7747af635a Revert "mmc: driver's changes from kernel msm-4.14 to msm-4.19"
This reverts commit 4f50c26c01.

This change is reverting as this commit have only SDCard changes,
and to add eMMC change, SDCard and eMMC should come together.
So reverting this change to add both eMMC and SDCard porting changes
in subsequent dependent change.

Change-Id: I450c8585b0c8e8af087475880a12425e5de4d1a0
Signed-off-by: Ram Prakash Gupta <rampraka@codeaurora.org>
2019-05-13 13:12:22 +05:30

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