]> Git Repo - J-u-boot.git/commitdiff
mmc: Kconfig: add the MMC_TRACE config in Kconfig
authorJaehoon Chung <[email protected]>
Fri, 26 Jan 2018 10:25:31 +0000 (19:25 +0900)
committerJaehoon Chung <[email protected]>
Tue, 8 May 2018 04:12:33 +0000 (13:12 +0900)
Add the MMC_TRACE config in Kconfig.

Signed-off-by: Jaehoon Chung <[email protected]>
drivers/mmc/Kconfig

index 4fa8dd83bb741a561ec71d5997d9b14dff1fd357..3f15f85efdaa57160efdc5b4b6d76c502d5f65c7 100644 (file)
@@ -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
This page took 0.035091 seconds and 4 git commands to generate.