mmc: refactor MMC startup to make it easier to support new modes
[oweals/u-boot.git] / drivers / mmc / Kconfig
index 8fbeaa740d6e16e399fc02233d99ba9e7e319396..a8a689f4f56e9bf2037a54fae038a62e8e82b443 100644 (file)
@@ -42,6 +42,20 @@ config ARM_PL180_MMCI
          If you have an ARM(R) platform with a Multimedia Card slot,
          say Y or M here.
 
+config MMC_VERBOSE
+       bool "Output more information about the MMC"
+       default y
+       help
+         Enable the output of more information about the card such as the
+         operating mode.
+
+config SPL_MMC_VERBOSE
+       bool "Output more information about the MMC in SPL"
+       default n
+       help
+         Enable the output of more information about the card such as the
+         operating mode.
+
 config SPL_MMC_TINY
        bool "Tiny MMC framework in SPL"
        help