aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig.cpu
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-10-12 09:36:24 -0400
committerIngo Molnar <mingo@elte.hu>2008-10-12 09:36:24 -0400
commitb7b3a42533e1e41297fe517533375f9f8f7b92d0 (patch)
tree3602658037501ee49dd5e0718fe674701662c87c /arch/x86/Kconfig.cpu
parent8a66712ba0969aea5580b9e312badfc2490fc614 (diff)
x86: extend processor type select help text
extend the help text of the CONFIG_CPU_SUP_* config options to express what it does and what effects it has. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig.cpu')
-rw-r--r--arch/x86/Kconfig.cpu63
1 files changed, 56 insertions, 7 deletions
diff --git a/arch/x86/Kconfig.cpu b/arch/x86/Kconfig.cpu
index f8843c3ae77d..a2ea1488b37e 100644
--- a/arch/x86/Kconfig.cpu
+++ b/arch/x86/Kconfig.cpu
@@ -430,48 +430,97 @@ config CPU_SUP_INTEL
430 default y 430 default y
431 bool "Support Intel processors" if PROCESSOR_SELECT 431 bool "Support Intel processors" if PROCESSOR_SELECT
432 help 432 help
433 This enables extended support for Intel processors 433 This enables detection, tunings and quirks for Intel processors
434
435 You need this enabled if you want your kernel to run on an
436 Intel CPU. Disabling this option on other types of CPUs
437 makes the kernel a tiny bit smaller. Disabling it on an Intel
438 CPU might render the kernel unbootable.
439
440 If unsure, say N.
434 441
435config CPU_SUP_CYRIX_32 442config CPU_SUP_CYRIX_32
436 default y 443 default y
437 bool "Support Cyrix processors" if PROCESSOR_SELECT 444 bool "Support Cyrix processors" if PROCESSOR_SELECT
438 depends on !64BIT 445 depends on !64BIT
439 help 446 help
440 This enables extended support for Cyrix processors 447 This enables detection, tunings and quirks for Cyrix processors
448
449 You need this enabled if you want your kernel to run on a
450 Cyrix CPU. Disabling this option on other types of CPUs
451 makes the kernel a tiny bit smaller. Disabling it on a Cyrix
452 CPU might render the kernel unbootable.
453
454 If unsure, say N.
441 455
442config CPU_SUP_AMD 456config CPU_SUP_AMD
443 default y 457 default y
444 bool "Support AMD processors" if PROCESSOR_SELECT 458 bool "Support AMD processors" if PROCESSOR_SELECT
445 help 459 help
446 This enables extended support for AMD processors 460 This enables detection, tunings and quirks for AMD processors
461
462 You need this enabled if you want your kernel to run on an
463 AMD CPU. Disabling this option on other types of CPUs
464 makes the kernel a tiny bit smaller. Disabling it on an AMD
465 CPU might render the kernel unbootable.
466
467 If unsure, say N.
447 468
448config CPU_SUP_CENTAUR_32 469config CPU_SUP_CENTAUR_32
449 default y 470 default y
450 bool "Support Centaur processors" if PROCESSOR_SELECT 471 bool "Support Centaur processors" if PROCESSOR_SELECT
451 depends on !64BIT 472 depends on !64BIT
452 help 473 help
453 This enables extended support for Centaur processors 474 This enables detection, tunings and quirks for Centaur processors
475
476 You need this enabled if you want your kernel to run on a
477 Centaur CPU. Disabling this option on other types of CPUs
478 makes the kernel a tiny bit smaller. Disabling it on a Centaur
479 CPU might render the kernel unbootable.
480
481 If unsure, say N.
454 482
455config CPU_SUP_CENTAUR_64 483config CPU_SUP_CENTAUR_64
456 default y 484 default y
457 bool "Support Centaur processors" if PROCESSOR_SELECT 485 bool "Support Centaur processors" if PROCESSOR_SELECT
458 depends on 64BIT 486 depends on 64BIT
459 help 487 help
460 This enables extended support for Centaur processors 488 This enables detection, tunings and quirks for Centaur processors
489
490 You need this enabled if you want your kernel to run on a
491 Centaur CPU. Disabling this option on other types of CPUs
492 makes the kernel a tiny bit smaller. Disabling it on a Centaur
493 CPU might render the kernel unbootable.
494
495 If unsure, say N.
461 496
462config CPU_SUP_TRANSMETA_32 497config CPU_SUP_TRANSMETA_32
463 default y 498 default y
464 bool "Support Transmeta processors" if PROCESSOR_SELECT 499 bool "Support Transmeta processors" if PROCESSOR_SELECT
465 depends on !64BIT 500 depends on !64BIT
466 help 501 help
467 This enables extended support for Transmeta processors 502 This enables detection, tunings and quirks for Transmeta processors
503
504 You need this enabled if you want your kernel to run on a
505 Transmeta CPU. Disabling this option on other types of CPUs
506 makes the kernel a tiny bit smaller. Disabling it on a Transmeta
507 CPU might render the kernel unbootable.
508
509 If unsure, say N.
468 510
469config CPU_SUP_UMC_32 511config CPU_SUP_UMC_32
470 default y 512 default y
471 bool "Support UMC processors" if PROCESSOR_SELECT 513 bool "Support UMC processors" if PROCESSOR_SELECT
472 depends on !64BIT 514 depends on !64BIT
473 help 515 help
474 This enables extended support for UMC processors 516 This enables detection, tunings and quirks for UMC processors
517
518 You need this enabled if you want your kernel to run on a
519 UMC CPU. Disabling this option on other types of CPUs
520 makes the kernel a tiny bit smaller. Disabling it on a UMC
521 CPU might render the kernel unbootable.
522
523 If unsure, say N.
475 524
476config X86_DS 525config X86_DS
477 bool "Debug Store support" 526 bool "Debug Store support"