diff mbox series

[U-Boot,3/3] mmc: Kconfig: add the MMC_TRACE config in Kconfig

Message ID 20180126102531.24403-3-jh80.chung@samsung.com
State Accepted
Commit 72b5a0371d2586607c6c66df8438b734d2562658
Delegated to: Jaehoon Chung
Headers show
Series [U-Boot,1/3] mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h | expand

Commit Message

Jaehoon Chung Jan. 26, 2018, 10:25 a.m. UTC
Add the MMC_TRACE config in Kconfig.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
---
 drivers/mmc/Kconfig | 8 ++++++++
 1 file changed, 8 insertions(+)
diff mbox series

Patch

diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index bc29611d78..d4da7c1728 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -123,6 +123,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