diff options
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/Kconfig | 4 | ||||
-rw-r--r-- | arch/arm64/kvm/Kconfig | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 7f9d38444d6d..fdca57124852 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -1035,7 +1035,7 @@ config CC_HAVE_SHADOW_CALL_STACK config SECCOMP bool "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 @@ -1068,7 +1068,7 @@ config KEXEC depends on PM_SLEEP_SMP select KEXEC_CORE bool "kexec system call" - ---help--- + help kexec is a system call that implements the ability to shutdown your current kernel, and to start another kernel. It is like a reboot but it is independent of the system firmware. And like a reboot diff --git a/arch/arm64/kvm/Kconfig b/arch/arm64/kvm/Kconfig index f1c1f981482c..13489aff4440 100644 --- a/arch/arm64/kvm/Kconfig +++ b/arch/arm64/kvm/Kconfig @@ -7,7 +7,7 @@ source "virt/lib/Kconfig" menuconfig VIRTUALIZATION bool "Virtualization" - ---help--- + help Say Y here to get to see options for using your Linux host to run other operating systems inside virtual machines (guests). This option alone does not add any kernel code. @@ -40,7 +40,7 @@ menuconfig KVM select HAVE_KVM_VCPU_RUN_PID_CHANGE select TASKSTATS select TASK_DELAY_ACCT - ---help--- + help Support hosting virtualized guest machines. If unsure, say N. @@ -53,7 +53,7 @@ config KVM_ARM_PMU bool "Virtual Performance Monitoring Unit (PMU) support" depends on HW_PERF_EVENTS default y - ---help--- + help Adds support for a virtual Performance Monitoring Unit (PMU) in virtual machines. |