diff options
Diffstat (limited to 'arch/um/Kconfig.debug')
| -rw-r--r-- | arch/um/Kconfig.debug | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/um/Kconfig.debug b/arch/um/Kconfig.debug index 85726eeec345..1dfb2959c73b 100644 --- a/arch/um/Kconfig.debug +++ b/arch/um/Kconfig.debug @@ -17,6 +17,7 @@ config GCOV bool "Enable gcov support" depends on DEBUG_INFO depends on !KCOV + depends on !MODULES help This option allows developers to retrieve coverage data from a UML session. @@ -30,7 +31,7 @@ config GCOV config EARLY_PRINTK bool "Early printk" default y - ---help--- + help Write kernel log output directly to stdout. This is useful for kernel debugging when your machine crashes very |
