mmc: sdio: Add high speed support to sdio_reset_comm()
[firefly-linux-kernel-4.4.55.git] / drivers / mmc / core / Kconfig
1 #
2 # MMC core configuration
3 #
4
5 config MMC_EMBEDDED_SDIO
6         boolean "MMC embedded SDIO device support (EXPERIMENTAL)"
7         depends on EXPERIMENTAL
8         help
9           If you say Y here, support will be added for embedded SDIO
10           devices which do not contain the necessary enumeration
11           support in hardware to be properly detected.
12
13 config MMC_PARANOID_SD_INIT
14         bool "Enable paranoid SD card initialization (EXPERIMENTAL)"
15         depends on EXPERIMENTAL
16         help
17           If you say Y here, the MMC layer will be extra paranoid
18           about re-trying SD init requests. This can be a useful
19           work-around for buggy controllers and hardware. Enable
20           if you are experiencing issues with SD detection.