diff options
author | Tom Rini <trini@konsulko.com> | 2018-05-08 13:47:39 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-05-08 13:47:39 -0400 |
commit | 14249635b6aa7615f356099cfb349d0a820f9bed (patch) | |
tree | e8fcc22be59a77f9dbe200b63f08f9b741706429 /drivers/mmc/Kconfig | |
parent | 1ccd3f14ca0a481ce173cd0ce4fd1a66d50a4985 (diff) | |
parent | e1fd9e6bb88a3f42e7e89e9c59589dbf904efe23 (diff) |
Merge git://git.denx.de/u-boot-mmc
Diffstat (limited to 'drivers/mmc/Kconfig')
-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 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 |