diff options
Diffstat (limited to 'arch/um')
-rw-r--r-- | arch/um/Kconfig | 2 | ||||
-rw-r--r-- | arch/um/Kconfig.debug | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig index 96ab7026b037..9318dc6d1a0c 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig @@ -179,7 +179,7 @@ config PGTABLE_LEVELS config SECCOMP def_bool y prompt "Enable seccomp to safely compute untrusted bytecode" - ---help--- + help This kernel feature is useful for number crunching applications that may need to compute untrusted bytecode during their execution. By using pipes or other transports made available to diff --git a/arch/um/Kconfig.debug b/arch/um/Kconfig.debug index 85726eeec345..315d368e63ad 100644 --- a/arch/um/Kconfig.debug +++ b/arch/um/Kconfig.debug @@ -30,7 +30,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 |