Przeglądaj źródła

mmc: Kconfig: add the MMC_TRACE config in Kconfig

Add the MMC_TRACE config in Kconfig.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Jaehoon Chung 7 lat temu
rodzic
commit
72b5a0371d
1 zmienionych plików z 8 dodań i 0 usunięć
  1. 8 0
      drivers/mmc/Kconfig

+ 8 - 0
drivers/mmc/Kconfig

@@ -124,6 +124,14 @@ config MMC_VERBOSE
 	  Enable the output of more information about the card such as the
 	  operating mode.
 
+config MMC_TRACE
+	bool "MMC debugging"
+	default n
+	help
+	  This is an option for use by developer. Enable MMC core debugging.
+
+	  If you need to see the MMC core message, say Y.
+
 config SPL_MMC_TINY
 	bool "Tiny MMC framework in SPL"
 	help