diff options
author | Jaehoon Chung | 2018-01-26 19:25:31 +0900 |
---|---|---|
committer | Jaehoon Chung | 2018-05-08 13:12:33 +0900 |
commit | 72b5a0371d2586607c6c66df8438b734d2562658 (patch) | |
tree | 8cf3199fc94f56cfcb0094ae04fc6f672cdb304c | |
parent | d2faadb59c2be743854fe8e084def919c19b9634 (diff) |
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>
-rw-r--r-- | drivers/mmc/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 4fa8dd83bb7..3f15f85efda 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 |