mmc: sd: Add new CONFIG_MMC_PARANOID_SD_INIT for enabling retries during SD detection
[firefly-linux-kernel-4.4.55.git] / drivers / mmc / core / Kconfig
1 #
2 # MMC core configuration
3 #
4
5 config MMC_PARANOID_SD_INIT
6         bool "Enable paranoid SD card initialization (EXPERIMENTAL)"
7         help
8           If you say Y here, the MMC layer will be extra paranoid
9           about re-trying SD init requests. This can be a useful
10           work-around for buggy controllers and hardware. Enable
11           if you are experiencing issues with SD detection.