hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/um/Kconfig.debug
....@@ -17,6 +17,7 @@
1717 bool "Enable gcov support"
1818 depends on DEBUG_INFO
1919 depends on !KCOV
20
+ depends on !MODULES
2021 help
2122 This option allows developers to retrieve coverage data from a UML
2223 session.
....@@ -30,7 +31,7 @@
3031 config EARLY_PRINTK
3132 bool "Early printk"
3233 default y
33
- ---help---
34
+ help
3435 Write kernel log output directly to stdout.
3536
3637 This is useful for kernel debugging when your machine crashes very