kernel/arch/um/Kconfig.debug
.. .. @@ -17,6 +17,7 @@ 17 17 bool "Enable gcov support" 18 18 depends on DEBUG_INFO 19 19 depends on !KCOV 20 + depends on !MODULES20 21 help 21 22 This option allows developers to retrieve coverage data from a UML 22 23 session. .. .. @@ -30,7 +31,7 @@ 30 31 config EARLY_PRINTK 31 32 bool "Early printk" 32 33 default y 33 - ---help---34 + help34 35 Write kernel log output directly to stdout. 35 36 36 37 This is useful for kernel debugging when your machine crashes very