diff options
Diffstat (limited to 'kern/Kconfig')
-rw-r--r-- | kern/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kern/Kconfig b/kern/Kconfig index 26f5e5d9..21bfaa31 100644 --- a/kern/Kconfig +++ b/kern/Kconfig @@ -84,6 +84,12 @@ endmenu menu "Debugging" +config INIT_DEBUG + bool "Initialization debugging" + default n + ---help--- + Enable the debugging of initialization operations. + config MUTEX_DEBUG bool "Mutex debugging" default n |