summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index d4e518bf8a..2d7888b9fa 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1477,6 +1477,10 @@ config DEBUG_INITCALLS
help
If enabled this will print initcall traces.
+config DEBUG_PROBES
+ bool "Trace driver probes"
+ help
+ If enabled this will print driver probe traces.
config PBL_BREAK
bool "Execute software break on pbl start"