hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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