Selaa lähdekoodia

x86: clean up arch/x86/Kconfig*

- Consistent alignment of help text
- Use the ---help--- keyword everywhere consistently as a visual separator
- fix whitespace mismatches

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Ingo Molnar 16 vuotta sitten
vanhempi
commit
8f9ca475c9
3 muutettua tiedostoa jossa 252 lisäystä ja 253 poistoa
  1. 194 194
      arch/x86/Kconfig
  2. 35 35
      arch/x86/Kconfig.cpu
  3. 23 24
      arch/x86/Kconfig.debug

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 194 - 194
arch/x86/Kconfig


+ 35 - 35
arch/x86/Kconfig.cpu

@@ -50,7 +50,7 @@ config M386
 config M486
 config M486
 	bool "486"
 	bool "486"
 	depends on X86_32
 	depends on X86_32
-	help
+	---help---
 	  Select this for a 486 series processor, either Intel or one of the
 	  Select this for a 486 series processor, either Intel or one of the
 	  compatible processors from AMD, Cyrix, IBM, or Intel.  Includes DX,
 	  compatible processors from AMD, Cyrix, IBM, or Intel.  Includes DX,
 	  DX2, and DX4 variants; also SL/SLC/SLC2/SLC3/SX/SX2 and UMC U5D or
 	  DX2, and DX4 variants; also SL/SLC/SLC2/SLC3/SX/SX2 and UMC U5D or
@@ -59,7 +59,7 @@ config M486
 config M586
 config M586
 	bool "586/K5/5x86/6x86/6x86MX"
 	bool "586/K5/5x86/6x86/6x86MX"
 	depends on X86_32
 	depends on X86_32
-	help
+	---help---
 	  Select this for an 586 or 686 series processor such as the AMD K5,
 	  Select this for an 586 or 686 series processor such as the AMD K5,
 	  the Cyrix 5x86, 6x86 and 6x86MX.  This choice does not
 	  the Cyrix 5x86, 6x86 and 6x86MX.  This choice does not
 	  assume the RDTSC (Read Time Stamp Counter) instruction.
 	  assume the RDTSC (Read Time Stamp Counter) instruction.
@@ -67,21 +67,21 @@ config M586
 config M586TSC
 config M586TSC
 	bool "Pentium-Classic"
 	bool "Pentium-Classic"
 	depends on X86_32
 	depends on X86_32
-	help
+	---help---
 	  Select this for a Pentium Classic processor with the RDTSC (Read
 	  Select this for a Pentium Classic processor with the RDTSC (Read
 	  Time Stamp Counter) instruction for benchmarking.
 	  Time Stamp Counter) instruction for benchmarking.
 
 
 config M586MMX
 config M586MMX
 	bool "Pentium-MMX"
 	bool "Pentium-MMX"
 	depends on X86_32
 	depends on X86_32
-	help
+	---help---
 	  Select this for a Pentium with the MMX graphics/multimedia
 	  Select this for a Pentium with the MMX graphics/multimedia
 	  extended instructions.
 	  extended instructions.
 
 
 config M686
 config M686
 	bool "Pentium-Pro"
 	bool "Pentium-Pro"
 	depends on X86_32
 	depends on X86_32
-	help
+	---help---
 	  Select this for Intel Pentium Pro chips.  This enables the use of
 	  Select this for Intel Pentium Pro chips.  This enables the use of
 	  Pentium Pro extended instructions, and disables the init-time guard
 	  Pentium Pro extended instructions, and disables the init-time guard
 	  against the f00f bug found in earlier Pentiums.
 	  against the f00f bug found in earlier Pentiums.
@@ -89,7 +89,7 @@ config M686
 config MPENTIUMII
 config MPENTIUMII
 	bool "Pentium-II/Celeron(pre-Coppermine)"
 	bool "Pentium-II/Celeron(pre-Coppermine)"
 	depends on X86_32
 	depends on X86_32
-	help
+	---help---
 	  Select this for Intel chips based on the Pentium-II and
 	  Select this for Intel chips based on the Pentium-II and
 	  pre-Coppermine Celeron core.  This option enables an unaligned
 	  pre-Coppermine Celeron core.  This option enables an unaligned
 	  copy optimization, compiles the kernel with optimization flags
 	  copy optimization, compiles the kernel with optimization flags
@@ -99,7 +99,7 @@ config MPENTIUMII
 config MPENTIUMIII
 config MPENTIUMIII
 	bool "Pentium-III/Celeron(Coppermine)/Pentium-III Xeon"
 	bool "Pentium-III/Celeron(Coppermine)/Pentium-III Xeon"
 	depends on X86_32
 	depends on X86_32
-	help
+	---help---
 	  Select this for Intel chips based on the Pentium-III and
 	  Select this for Intel chips based on the Pentium-III and
 	  Celeron-Coppermine core.  This option enables use of some
 	  Celeron-Coppermine core.  This option enables use of some
 	  extended prefetch instructions in addition to the Pentium II
 	  extended prefetch instructions in addition to the Pentium II
@@ -108,14 +108,14 @@ config MPENTIUMIII
 config MPENTIUMM
 config MPENTIUMM
 	bool "Pentium M"
 	bool "Pentium M"
 	depends on X86_32
 	depends on X86_32
-	help
+	---help---
 	  Select this for Intel Pentium M (not Pentium-4 M)
 	  Select this for Intel Pentium M (not Pentium-4 M)
 	  notebook chips.
 	  notebook chips.
 
 
 config MPENTIUM4
 config MPENTIUM4
 	bool "Pentium-4/Celeron(P4-based)/Pentium-4 M/older Xeon"
 	bool "Pentium-4/Celeron(P4-based)/Pentium-4 M/older Xeon"
 	depends on X86_32
 	depends on X86_32
-	help
+	---help---
 	  Select this for Intel Pentium 4 chips.  This includes the
 	  Select this for Intel Pentium 4 chips.  This includes the
 	  Pentium 4, Pentium D, P4-based Celeron and Xeon, and
 	  Pentium 4, Pentium D, P4-based Celeron and Xeon, and
 	  Pentium-4 M (not Pentium M) chips.  This option enables compile
 	  Pentium-4 M (not Pentium M) chips.  This option enables compile
@@ -151,7 +151,7 @@ config MPENTIUM4
 config MK6
 config MK6
 	bool "K6/K6-II/K6-III"
 	bool "K6/K6-II/K6-III"
 	depends on X86_32
 	depends on X86_32
-	help
+	---help---
 	  Select this for an AMD K6-family processor.  Enables use of
 	  Select this for an AMD K6-family processor.  Enables use of
 	  some extended instructions, and passes appropriate optimization
 	  some extended instructions, and passes appropriate optimization
 	  flags to GCC.
 	  flags to GCC.
@@ -159,14 +159,14 @@ config MK6
 config MK7
 config MK7
 	bool "Athlon/Duron/K7"
 	bool "Athlon/Duron/K7"
 	depends on X86_32
 	depends on X86_32
-	help
+	---help---
 	  Select this for an AMD Athlon K7-family processor.  Enables use of
 	  Select this for an AMD Athlon K7-family processor.  Enables use of
 	  some extended instructions, and passes appropriate optimization
 	  some extended instructions, and passes appropriate optimization
 	  flags to GCC.
 	  flags to GCC.
 
 
 config MK8
 config MK8
 	bool "Opteron/Athlon64/Hammer/K8"
 	bool "Opteron/Athlon64/Hammer/K8"
-	help
+	---help---
 	  Select this for an AMD Opteron or Athlon64 Hammer-family processor.
 	  Select this for an AMD Opteron or Athlon64 Hammer-family processor.
 	  Enables use of some extended instructions, and passes appropriate
 	  Enables use of some extended instructions, and passes appropriate
 	  optimization flags to GCC.
 	  optimization flags to GCC.
@@ -174,7 +174,7 @@ config MK8
 config MCRUSOE
 config MCRUSOE
 	bool "Crusoe"
 	bool "Crusoe"
 	depends on X86_32
 	depends on X86_32
-	help
+	---help---
 	  Select this for a Transmeta Crusoe processor.  Treats the processor
 	  Select this for a Transmeta Crusoe processor.  Treats the processor
 	  like a 586 with TSC, and sets some GCC optimization flags (like a
 	  like a 586 with TSC, and sets some GCC optimization flags (like a
 	  Pentium Pro with no alignment requirements).
 	  Pentium Pro with no alignment requirements).
@@ -182,13 +182,13 @@ config MCRUSOE
 config MEFFICEON
 config MEFFICEON
 	bool "Efficeon"
 	bool "Efficeon"
 	depends on X86_32
 	depends on X86_32
-	help
+	---help---
 	  Select this for a Transmeta Efficeon processor.
 	  Select this for a Transmeta Efficeon processor.
 
 
 config MWINCHIPC6
 config MWINCHIPC6
 	bool "Winchip-C6"
 	bool "Winchip-C6"
 	depends on X86_32
 	depends on X86_32
-	help
+	---help---
 	  Select this for an IDT Winchip C6 chip.  Linux and GCC
 	  Select this for an IDT Winchip C6 chip.  Linux and GCC
 	  treat this chip as a 586TSC with some extended instructions
 	  treat this chip as a 586TSC with some extended instructions
 	  and alignment requirements.
 	  and alignment requirements.
@@ -196,7 +196,7 @@ config MWINCHIPC6
 config MWINCHIP3D
 config MWINCHIP3D
 	bool "Winchip-2/Winchip-2A/Winchip-3"
 	bool "Winchip-2/Winchip-2A/Winchip-3"
 	depends on X86_32
 	depends on X86_32
-	help
+	---help---
 	  Select this for an IDT Winchip-2, 2A or 3.  Linux and GCC
 	  Select this for an IDT Winchip-2, 2A or 3.  Linux and GCC
 	  treat this chip as a 586TSC with some extended instructions
 	  treat this chip as a 586TSC with some extended instructions
 	  and alignment requirements.  Also enable out of order memory
 	  and alignment requirements.  Also enable out of order memory
@@ -206,19 +206,19 @@ config MWINCHIP3D
 config MGEODEGX1
 config MGEODEGX1
 	bool "GeodeGX1"
 	bool "GeodeGX1"
 	depends on X86_32
 	depends on X86_32
-	help
+	---help---
 	  Select this for a Geode GX1 (Cyrix MediaGX) chip.
 	  Select this for a Geode GX1 (Cyrix MediaGX) chip.
 
 
 config MGEODE_LX
 config MGEODE_LX
 	bool "Geode GX/LX"
 	bool "Geode GX/LX"
 	depends on X86_32
 	depends on X86_32
-	help
+	---help---
 	  Select this for AMD Geode GX and LX processors.
 	  Select this for AMD Geode GX and LX processors.
 
 
 config MCYRIXIII
 config MCYRIXIII
 	bool "CyrixIII/VIA-C3"
 	bool "CyrixIII/VIA-C3"
 	depends on X86_32
 	depends on X86_32
-	help
+	---help---
 	  Select this for a Cyrix III or C3 chip.  Presently Linux and GCC
 	  Select this for a Cyrix III or C3 chip.  Presently Linux and GCC
 	  treat this chip as a generic 586. Whilst the CPU is 686 class,
 	  treat this chip as a generic 586. Whilst the CPU is 686 class,
 	  it lacks the cmov extension which gcc assumes is present when
 	  it lacks the cmov extension which gcc assumes is present when
@@ -230,7 +230,7 @@ config MCYRIXIII
 config MVIAC3_2
 config MVIAC3_2
 	bool "VIA C3-2 (Nehemiah)"
 	bool "VIA C3-2 (Nehemiah)"
 	depends on X86_32
 	depends on X86_32
-	help
+	---help---
 	  Select this for a VIA C3 "Nehemiah". Selecting this enables usage
 	  Select this for a VIA C3 "Nehemiah". Selecting this enables usage
 	  of SSE and tells gcc to treat the CPU as a 686.
 	  of SSE and tells gcc to treat the CPU as a 686.
 	  Note, this kernel will not boot on older (pre model 9) C3s.
 	  Note, this kernel will not boot on older (pre model 9) C3s.
@@ -238,14 +238,14 @@ config MVIAC3_2
 config MVIAC7
 config MVIAC7
 	bool "VIA C7"
 	bool "VIA C7"
 	depends on X86_32
 	depends on X86_32
-	help
+	---help---
 	  Select this for a VIA C7.  Selecting this uses the correct cache
 	  Select this for a VIA C7.  Selecting this uses the correct cache
 	  shift and tells gcc to treat the CPU as a 686.
 	  shift and tells gcc to treat the CPU as a 686.
 
 
 config MPSC
 config MPSC
 	bool "Intel P4 / older Netburst based Xeon"
 	bool "Intel P4 / older Netburst based Xeon"
 	depends on X86_64
 	depends on X86_64
-	help
+	---help---
 	  Optimize for Intel Pentium 4, Pentium D and older Nocona/Dempsey
 	  Optimize for Intel Pentium 4, Pentium D and older Nocona/Dempsey
 	  Xeon CPUs with Intel 64bit which is compatible with x86-64.
 	  Xeon CPUs with Intel 64bit which is compatible with x86-64.
 	  Note that the latest Xeons (Xeon 51xx and 53xx) are not based on the
 	  Note that the latest Xeons (Xeon 51xx and 53xx) are not based on the
@@ -255,7 +255,7 @@ config MPSC
 
 
 config MCORE2
 config MCORE2
 	bool "Core 2/newer Xeon"
 	bool "Core 2/newer Xeon"
-	help
+	---help---
 
 
 	  Select this for Intel Core 2 and newer Core 2 Xeons (Xeon 51xx and
 	  Select this for Intel Core 2 and newer Core 2 Xeons (Xeon 51xx and
 	  53xx) CPUs. You can distinguish newer from older Xeons by the CPU
 	  53xx) CPUs. You can distinguish newer from older Xeons by the CPU
@@ -265,7 +265,7 @@ config MCORE2
 config GENERIC_CPU
 config GENERIC_CPU
 	bool "Generic-x86-64"
 	bool "Generic-x86-64"
 	depends on X86_64
 	depends on X86_64
-	help
+	---help---
 	  Generic x86-64 CPU.
 	  Generic x86-64 CPU.
 	  Run equally well on all x86-64 CPUs.
 	  Run equally well on all x86-64 CPUs.
 
 
@@ -274,7 +274,7 @@ endchoice
 config X86_GENERIC
 config X86_GENERIC
 	bool "Generic x86 support"
 	bool "Generic x86 support"
 	depends on X86_32
 	depends on X86_32
-	help
+	---help---
 	  Instead of just including optimizations for the selected
 	  Instead of just including optimizations for the selected
 	  x86 variant (e.g. PII, Crusoe or Athlon), include some more
 	  x86 variant (e.g. PII, Crusoe or Athlon), include some more
 	  generic optimizations as well. This will make the kernel
 	  generic optimizations as well. This will make the kernel
@@ -319,7 +319,7 @@ config X86_XADD
 config X86_PPRO_FENCE
 config X86_PPRO_FENCE
 	bool "PentiumPro memory ordering errata workaround"
 	bool "PentiumPro memory ordering errata workaround"
 	depends on M686 || M586MMX || M586TSC || M586 || M486 || M386 || MGEODEGX1
 	depends on M686 || M586MMX || M586TSC || M586 || M486 || M386 || MGEODEGX1
-	help
+	---help---
 	  Old PentiumPro multiprocessor systems had errata that could cause
 	  Old PentiumPro multiprocessor systems had errata that could cause
 	  memory operations to violate the x86 ordering standard in rare cases.
 	  memory operations to violate the x86 ordering standard in rare cases.
 	  Enabling this option will attempt to work around some (but not all)
 	  Enabling this option will attempt to work around some (but not all)
@@ -412,14 +412,14 @@ config X86_DEBUGCTLMSR
 
 
 menuconfig PROCESSOR_SELECT
 menuconfig PROCESSOR_SELECT
 	bool "Supported processor vendors" if EMBEDDED
 	bool "Supported processor vendors" if EMBEDDED
-	help
+	---help---
 	  This lets you choose what x86 vendor support code your kernel
 	  This lets you choose what x86 vendor support code your kernel
 	  will include.
 	  will include.
 
 
 config CPU_SUP_INTEL
 config CPU_SUP_INTEL
 	default y
 	default y
 	bool "Support Intel processors" if PROCESSOR_SELECT
 	bool "Support Intel processors" if PROCESSOR_SELECT
-	help
+	---help---
 	  This enables detection, tunings and quirks for Intel processors
 	  This enables detection, tunings and quirks for Intel processors
 
 
 	  You need this enabled if you want your kernel to run on an
 	  You need this enabled if you want your kernel to run on an
@@ -433,7 +433,7 @@ config CPU_SUP_CYRIX_32
 	default y
 	default y
 	bool "Support Cyrix processors" if PROCESSOR_SELECT
 	bool "Support Cyrix processors" if PROCESSOR_SELECT
 	depends on !64BIT
 	depends on !64BIT
-	help
+	---help---
 	  This enables detection, tunings and quirks for Cyrix processors
 	  This enables detection, tunings and quirks for Cyrix processors
 
 
 	  You need this enabled if you want your kernel to run on a
 	  You need this enabled if you want your kernel to run on a
@@ -446,7 +446,7 @@ config CPU_SUP_CYRIX_32
 config CPU_SUP_AMD
 config CPU_SUP_AMD
 	default y
 	default y
 	bool "Support AMD processors" if PROCESSOR_SELECT
 	bool "Support AMD processors" if PROCESSOR_SELECT
-	help
+	---help---
 	  This enables detection, tunings and quirks for AMD processors
 	  This enables detection, tunings and quirks for AMD processors
 
 
 	  You need this enabled if you want your kernel to run on an
 	  You need this enabled if you want your kernel to run on an
@@ -460,7 +460,7 @@ config CPU_SUP_CENTAUR_32
 	default y
 	default y
 	bool "Support Centaur processors" if PROCESSOR_SELECT
 	bool "Support Centaur processors" if PROCESSOR_SELECT
 	depends on !64BIT
 	depends on !64BIT
-	help
+	---help---
 	  This enables detection, tunings and quirks for Centaur processors
 	  This enables detection, tunings and quirks for Centaur processors
 
 
 	  You need this enabled if you want your kernel to run on a
 	  You need this enabled if you want your kernel to run on a
@@ -474,7 +474,7 @@ config CPU_SUP_CENTAUR_64
 	default y
 	default y
 	bool "Support Centaur processors" if PROCESSOR_SELECT
 	bool "Support Centaur processors" if PROCESSOR_SELECT
 	depends on 64BIT
 	depends on 64BIT
-	help
+	---help---
 	  This enables detection, tunings and quirks for Centaur processors
 	  This enables detection, tunings and quirks for Centaur processors
 
 
 	  You need this enabled if you want your kernel to run on a
 	  You need this enabled if you want your kernel to run on a
@@ -488,7 +488,7 @@ config CPU_SUP_TRANSMETA_32
 	default y
 	default y
 	bool "Support Transmeta processors" if PROCESSOR_SELECT
 	bool "Support Transmeta processors" if PROCESSOR_SELECT
 	depends on !64BIT
 	depends on !64BIT
-	help
+	---help---
 	  This enables detection, tunings and quirks for Transmeta processors
 	  This enables detection, tunings and quirks for Transmeta processors
 
 
 	  You need this enabled if you want your kernel to run on a
 	  You need this enabled if you want your kernel to run on a
@@ -502,7 +502,7 @@ config CPU_SUP_UMC_32
 	default y
 	default y
 	bool "Support UMC processors" if PROCESSOR_SELECT
 	bool "Support UMC processors" if PROCESSOR_SELECT
 	depends on !64BIT
 	depends on !64BIT
-	help
+	---help---
 	  This enables detection, tunings and quirks for UMC processors
 	  This enables detection, tunings and quirks for UMC processors
 
 
 	  You need this enabled if you want your kernel to run on a
 	  You need this enabled if you want your kernel to run on a
@@ -521,7 +521,7 @@ config X86_PTRACE_BTS
 	bool "Branch Trace Store"
 	bool "Branch Trace Store"
 	default y
 	default y
 	depends on X86_DEBUGCTLMSR
 	depends on X86_DEBUGCTLMSR
-	help
+	---help---
 	  This adds a ptrace interface to the hardware's branch trace store.
 	  This adds a ptrace interface to the hardware's branch trace store.
 
 
 	  Debuggers may use it to collect an execution trace of the debugged
 	  Debuggers may use it to collect an execution trace of the debugged

+ 23 - 24
arch/x86/Kconfig.debug

@@ -7,7 +7,7 @@ source "lib/Kconfig.debug"
 
 
 config STRICT_DEVMEM
 config STRICT_DEVMEM
 	bool "Filter access to /dev/mem"
 	bool "Filter access to /dev/mem"
-	help
+	---help---
 	  If this option is disabled, you allow userspace (root) access to all
 	  If this option is disabled, you allow userspace (root) access to all
 	  of memory, including kernel and userspace memory. Accidental
 	  of memory, including kernel and userspace memory. Accidental
 	  access to this is obviously disastrous, but specific access can
 	  access to this is obviously disastrous, but specific access can
@@ -25,7 +25,7 @@ config STRICT_DEVMEM
 config X86_VERBOSE_BOOTUP
 config X86_VERBOSE_BOOTUP
 	bool "Enable verbose x86 bootup info messages"
 	bool "Enable verbose x86 bootup info messages"
 	default y
 	default y
-	help
+	---help---
 	  Enables the informational output from the decompression stage
 	  Enables the informational output from the decompression stage
 	  (e.g. bzImage) of the boot. If you disable this you will still
 	  (e.g. bzImage) of the boot. If you disable this you will still
 	  see errors. Disable this if you want silent bootup.
 	  see errors. Disable this if you want silent bootup.
@@ -33,7 +33,7 @@ config X86_VERBOSE_BOOTUP
 config EARLY_PRINTK
 config EARLY_PRINTK
 	bool "Early printk" if EMBEDDED
 	bool "Early printk" if EMBEDDED
 	default y
 	default y
-	help
+	---help---
 	  Write kernel log output directly into the VGA buffer or to a serial
 	  Write kernel log output directly into the VGA buffer or to a serial
 	  port.
 	  port.
 
 
@@ -47,7 +47,7 @@ config EARLY_PRINTK_DBGP
 	bool "Early printk via EHCI debug port"
 	bool "Early printk via EHCI debug port"
 	default n
 	default n
 	depends on EARLY_PRINTK && PCI
 	depends on EARLY_PRINTK && PCI
-	help
+	---help---
 	  Write kernel log output directly into the EHCI debug port.
 	  Write kernel log output directly into the EHCI debug port.
 
 
 	  This is useful for kernel debugging when your machine crashes very
 	  This is useful for kernel debugging when your machine crashes very
@@ -59,14 +59,14 @@ config EARLY_PRINTK_DBGP
 config DEBUG_STACKOVERFLOW
 config DEBUG_STACKOVERFLOW
 	bool "Check for stack overflows"
 	bool "Check for stack overflows"
 	depends on DEBUG_KERNEL
 	depends on DEBUG_KERNEL
-	help
+	---help---
 	  This option will cause messages to be printed if free stack space
 	  This option will cause messages to be printed if free stack space
 	  drops below a certain limit.
 	  drops below a certain limit.
 
 
 config DEBUG_STACK_USAGE
 config DEBUG_STACK_USAGE
 	bool "Stack utilization instrumentation"
 	bool "Stack utilization instrumentation"
 	depends on DEBUG_KERNEL
 	depends on DEBUG_KERNEL
-	help
+	---help---
 	  Enables the display of the minimum amount of free stack which each
 	  Enables the display of the minimum amount of free stack which each
 	  task has ever had available in the sysrq-T and sysrq-P debug output.
 	  task has ever had available in the sysrq-T and sysrq-P debug output.
 
 
@@ -75,7 +75,7 @@ config DEBUG_STACK_USAGE
 config DEBUG_PAGEALLOC
 config DEBUG_PAGEALLOC
 	bool "Debug page memory allocations"
 	bool "Debug page memory allocations"
 	depends on DEBUG_KERNEL
 	depends on DEBUG_KERNEL
-	help
+	---help---
 	  Unmap pages from the kernel linear mapping after free_pages().
 	  Unmap pages from the kernel linear mapping after free_pages().
 	  This results in a large slowdown, but helps to find certain types
 	  This results in a large slowdown, but helps to find certain types
 	  of memory corruptions.
 	  of memory corruptions.
@@ -85,7 +85,7 @@ config DEBUG_PER_CPU_MAPS
 	depends on DEBUG_KERNEL
 	depends on DEBUG_KERNEL
 	depends on SMP
 	depends on SMP
 	default n
 	default n
-	help
+	---help---
 	  Say Y to verify that the per_cpu map being accessed has
 	  Say Y to verify that the per_cpu map being accessed has
 	  been setup.  Adds a fair amount of code to kernel memory
 	  been setup.  Adds a fair amount of code to kernel memory
 	  and decreases performance.
 	  and decreases performance.
@@ -96,7 +96,7 @@ config X86_PTDUMP
 	bool "Export kernel pagetable layout to userspace via debugfs"
 	bool "Export kernel pagetable layout to userspace via debugfs"
 	depends on DEBUG_KERNEL
 	depends on DEBUG_KERNEL
 	select DEBUG_FS
 	select DEBUG_FS
-	help
+	---help---
 	  Say Y here if you want to show the kernel pagetable layout in a
 	  Say Y here if you want to show the kernel pagetable layout in a
 	  debugfs file. This information is only useful for kernel developers
 	  debugfs file. This information is only useful for kernel developers
 	  who are working in architecture specific areas of the kernel.
 	  who are working in architecture specific areas of the kernel.
@@ -108,7 +108,7 @@ config DEBUG_RODATA
 	bool "Write protect kernel read-only data structures"
 	bool "Write protect kernel read-only data structures"
 	default y
 	default y
 	depends on DEBUG_KERNEL
 	depends on DEBUG_KERNEL
-	help
+	---help---
 	  Mark the kernel read-only data as write-protected in the pagetables,
 	  Mark the kernel read-only data as write-protected in the pagetables,
 	  in order to catch accidental (and incorrect) writes to such const
 	  in order to catch accidental (and incorrect) writes to such const
 	  data. This is recommended so that we can catch kernel bugs sooner.
 	  data. This is recommended so that we can catch kernel bugs sooner.
@@ -118,7 +118,7 @@ config DEBUG_RODATA_TEST
 	bool "Testcase for the DEBUG_RODATA feature"
 	bool "Testcase for the DEBUG_RODATA feature"
 	depends on DEBUG_RODATA
 	depends on DEBUG_RODATA
 	default y
 	default y
-	help
+	---help---
 	  This option enables a testcase for the DEBUG_RODATA
 	  This option enables a testcase for the DEBUG_RODATA
 	  feature as well as for the change_page_attr() infrastructure.
 	  feature as well as for the change_page_attr() infrastructure.
 	  If in doubt, say "N"
 	  If in doubt, say "N"
@@ -126,7 +126,7 @@ config DEBUG_RODATA_TEST
 config DEBUG_NX_TEST
 config DEBUG_NX_TEST
 	tristate "Testcase for the NX non-executable stack feature"
 	tristate "Testcase for the NX non-executable stack feature"
 	depends on DEBUG_KERNEL && m
 	depends on DEBUG_KERNEL && m
-	help
+	---help---
 	  This option enables a testcase for the CPU NX capability
 	  This option enables a testcase for the CPU NX capability
 	  and the software setup of this feature.
 	  and the software setup of this feature.
 	  If in doubt, say "N"
 	  If in doubt, say "N"
@@ -134,7 +134,7 @@ config DEBUG_NX_TEST
 config 4KSTACKS
 config 4KSTACKS
 	bool "Use 4Kb for kernel stacks instead of 8Kb"
 	bool "Use 4Kb for kernel stacks instead of 8Kb"
 	depends on X86_32
 	depends on X86_32
-	help
+	---help---
 	  If you say Y here the kernel will use a 4Kb stacksize for the
 	  If you say Y here the kernel will use a 4Kb stacksize for the
 	  kernel stack attached to each process/thread. This facilitates
 	  kernel stack attached to each process/thread. This facilitates
 	  running more threads on a system and also reduces the pressure
 	  running more threads on a system and also reduces the pressure
@@ -145,7 +145,7 @@ config DOUBLEFAULT
 	default y
 	default y
 	bool "Enable doublefault exception handler" if EMBEDDED
 	bool "Enable doublefault exception handler" if EMBEDDED
 	depends on X86_32
 	depends on X86_32
-	help
+	---help---
 	  This option allows trapping of rare doublefault exceptions that
 	  This option allows trapping of rare doublefault exceptions that
 	  would otherwise cause a system to silently reboot. Disabling this
 	  would otherwise cause a system to silently reboot. Disabling this
 	  option saves about 4k and might cause you much additional grey
 	  option saves about 4k and might cause you much additional grey
@@ -155,7 +155,7 @@ config IOMMU_DEBUG
 	bool "Enable IOMMU debugging"
 	bool "Enable IOMMU debugging"
 	depends on GART_IOMMU && DEBUG_KERNEL
 	depends on GART_IOMMU && DEBUG_KERNEL
 	depends on X86_64
 	depends on X86_64
-	help
+	---help---
 	  Force the IOMMU to on even when you have less than 4GB of
 	  Force the IOMMU to on even when you have less than 4GB of
 	  memory and add debugging code. On overflow always panic. And
 	  memory and add debugging code. On overflow always panic. And
 	  allow to enable IOMMU leak tracing. Can be disabled at boot
 	  allow to enable IOMMU leak tracing. Can be disabled at boot
@@ -171,7 +171,7 @@ config IOMMU_LEAK
 	bool "IOMMU leak tracing"
 	bool "IOMMU leak tracing"
 	depends on DEBUG_KERNEL
 	depends on DEBUG_KERNEL
 	depends on IOMMU_DEBUG
 	depends on IOMMU_DEBUG
-	help
+	---help---
 	  Add a simple leak tracer to the IOMMU code. This is useful when you
 	  Add a simple leak tracer to the IOMMU code. This is useful when you
 	  are debugging a buggy device driver that leaks IOMMU mappings.
 	  are debugging a buggy device driver that leaks IOMMU mappings.
 
 
@@ -224,25 +224,25 @@ choice
 
 
 config IO_DELAY_0X80
 config IO_DELAY_0X80
 	bool "port 0x80 based port-IO delay [recommended]"
 	bool "port 0x80 based port-IO delay [recommended]"
-	help
+	---help---
 	  This is the traditional Linux IO delay used for in/out_p.
 	  This is the traditional Linux IO delay used for in/out_p.
 	  It is the most tested hence safest selection here.
 	  It is the most tested hence safest selection here.
 
 
 config IO_DELAY_0XED
 config IO_DELAY_0XED
 	bool "port 0xed based port-IO delay"
 	bool "port 0xed based port-IO delay"
-	help
+	---help---
 	  Use port 0xed as the IO delay. This frees up port 0x80 which is
 	  Use port 0xed as the IO delay. This frees up port 0x80 which is
 	  often used as a hardware-debug port.
 	  often used as a hardware-debug port.
 
 
 config IO_DELAY_UDELAY
 config IO_DELAY_UDELAY
 	bool "udelay based port-IO delay"
 	bool "udelay based port-IO delay"
-	help
+	---help---
 	  Use udelay(2) as the IO delay method. This provides the delay
 	  Use udelay(2) as the IO delay method. This provides the delay
 	  while not having any side-effect on the IO port space.
 	  while not having any side-effect on the IO port space.
 
 
 config IO_DELAY_NONE
 config IO_DELAY_NONE
 	bool "no port-IO delay"
 	bool "no port-IO delay"
-	help
+	---help---
 	  No port-IO delay. Will break on old boxes that require port-IO
 	  No port-IO delay. Will break on old boxes that require port-IO
 	  delay for certain operations. Should work on most new machines.
 	  delay for certain operations. Should work on most new machines.
 
 
@@ -276,18 +276,18 @@ config DEBUG_BOOT_PARAMS
 	bool "Debug boot parameters"
 	bool "Debug boot parameters"
 	depends on DEBUG_KERNEL
 	depends on DEBUG_KERNEL
 	depends on DEBUG_FS
 	depends on DEBUG_FS
-	help
+	---help---
 	  This option will cause struct boot_params to be exported via debugfs.
 	  This option will cause struct boot_params to be exported via debugfs.
 
 
 config CPA_DEBUG
 config CPA_DEBUG
 	bool "CPA self-test code"
 	bool "CPA self-test code"
 	depends on DEBUG_KERNEL
 	depends on DEBUG_KERNEL
-	help
+	---help---
 	  Do change_page_attr() self-tests every 30 seconds.
 	  Do change_page_attr() self-tests every 30 seconds.
 
 
 config OPTIMIZE_INLINING
 config OPTIMIZE_INLINING
 	bool "Allow gcc to uninline functions marked 'inline'"
 	bool "Allow gcc to uninline functions marked 'inline'"
-	help
+	---help---
 	  This option determines if the kernel forces gcc to inline the functions
 	  This option determines if the kernel forces gcc to inline the functions
 	  developers have marked 'inline'. Doing so takes away freedom from gcc to
 	  developers have marked 'inline'. Doing so takes away freedom from gcc to
 	  do what it thinks is best, which is desirable for the gcc 3.x series of
 	  do what it thinks is best, which is desirable for the gcc 3.x series of
@@ -300,4 +300,3 @@ config OPTIMIZE_INLINING
 	  If unsure, say N.
 	  If unsure, say N.
 
 
 endmenu
 endmenu
-

Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä