@@ -83,7 +83,7 @@ menu "System setup"
8383choice
8484 prompt "Alpha system type"
8585 default ALPHA_GENERIC
86- --- help---
86+ help
8787 This is the system type of your hardware. A "generic" kernel will
8888 run on any supported Alpha system. However, if you configure a
8989 kernel for your specific system, it will be faster and smaller.
@@ -480,7 +480,7 @@ config VGA_HOSE
480480config ALPHA_QEMU
481481 bool "Run under QEMU emulation"
482482 depends on !ALPHA_GENERIC
483- --- help---
483+ help
484484 Assume the presence of special features supported by QEMU PALcode
485485 that reduce the overhead of system emulation.
486486
@@ -495,7 +495,7 @@ config ALPHA_SRM
495495 bool "Use SRM as bootloader" if ALPHA_CABRIOLET || ALPHA_AVANTI_CH || ALPHA_EB64P || ALPHA_PC164 || ALPHA_TAKARA || ALPHA_EB164 || ALPHA_ALCOR || ALPHA_MIATA || ALPHA_LX164 || ALPHA_SX164 || ALPHA_NAUTILUS || ALPHA_NONAME
496496 depends on TTY
497497 default y if ALPHA_JENSEN || ALPHA_MIKASA || ALPHA_SABLE || ALPHA_LYNX || ALPHA_NORITAKE || ALPHA_DP264 || ALPHA_RAWHIDE || ALPHA_EIGER || ALPHA_WILDFIRE || ALPHA_TITAN || ALPHA_SHARK || ALPHA_MARVEL
498- --- help---
498+ help
499499 There are two different types of booting firmware on Alphas: SRM,
500500 which is command line driven, and ARC, which uses menus and arrow
501501 keys. Details about the Linux/Alpha booting process are contained in
@@ -521,7 +521,7 @@ config ARCH_MAY_HAVE_PC_FDC
521521config SMP
522522 bool "Symmetric multi-processing support"
523523 depends on ALPHA_SABLE || ALPHA_LYNX || ALPHA_RAWHIDE || ALPHA_DP264 || ALPHA_WILDFIRE || ALPHA_TITAN || ALPHA_GENERIC || ALPHA_SHARK || ALPHA_MARVEL
524- --- help---
524+ help
525525 This enables support for systems with more than one CPU. If you have
526526 a system with only one CPU, say N. If you have a system with more
527527 than one CPU, say Y.
@@ -569,7 +569,7 @@ config ALPHA_WTINT
569569 default n if ALPHA_EV5 || ALPHA_EV56 || (ALPHA_EV4 && !ALPHA_LCA)
570570 default n if !ALPHA_SRM && !ALPHA_GENERIC
571571 default y if SMP
572- --- help---
572+ help
573573 The Wait for Interrupt (WTINT) PALcall attempts to place the CPU
574574 to sleep until the next interrupt. This may reduce the power
575575 consumed, and the heat produced by the computer. However, it has
@@ -595,7 +595,7 @@ config NODES_SHIFT
595595# LARGE_VMALLOC is racy, if you *really* need it then fix it first
596596config ALPHA_LARGE_VMALLOC
597597 bool
598- --- help---
598+ help
599599 Process creation and other aspects of virtual memory management can
600600 be streamlined if we restrict the kernel to one PGD for all vmalloc
601601 allocations. This equates to about 8GB.
@@ -614,7 +614,7 @@ config VERBOSE_MCHECK_ON
614614 int "Verbose Printing Mode (0=off, 1=on, 2=all)"
615615 depends on VERBOSE_MCHECK
616616 default 1
617- --- help---
617+ help
618618 This option allows the default printing mode to be set, and then
619619 possibly overridden by a boot command argument.
620620
@@ -633,7 +633,7 @@ choice
633633 default HZ_128 if ALPHA_QEMU
634634 default HZ_1200 if ALPHA_RAWHIDE
635635 default HZ_1024
636- --- help---
636+ help
637637 The frequency at which timer interrupts occur. A high frequency
638638 minimizes latency, whereas a low frequency minimizes overhead of
639639 process accounting. The later effect is especially significant
@@ -668,7 +668,7 @@ config HZ
668668config SRM_ENV
669669 tristate "SRM environment through procfs"
670670 depends on PROC_FS
671- --- help---
671+ help
672672 If you enable this option, a subdirectory inside /proc called
673673 /proc/srm_environment will give you access to the all important
674674 SRM environment variables (those which have a name) and also
0 commit comments