summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2018-01-26 19:25:31 +0900
committerJaehoon Chung <jh80.chung@samsung.com>2018-05-08 13:12:33 +0900
commit72b5a0371d2586607c6c66df8438b734d2562658 (patch)
tree8cf3199fc94f56cfcb0094ae04fc6f672cdb304c /drivers
parentd2faadb59c2be743854fe8e084def919c19b9634 (diff)
downloadu-boot-72b5a0371d2586607c6c66df8438b734d2562658.tar.gz
u-boot-72b5a0371d2586607c6c66df8438b734d2562658.tar.xz
u-boot-72b5a0371d2586607c6c66df8438b734d2562658.zip
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mmc/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index 4fa8dd83bb..3f15f85efd 100644
--- a/drivers/mmc/Kconfig
+++ b/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