diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2006-01-14 16:20:51 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-14 21:27:07 -0500 |
commit | ce63ad78b55daf708d5d4ced9b832a4354ad2a4c (patch) | |
tree | 2652030c947315845c4532335ad578490f7e9a65 /arch/i386/Kconfig | |
parent | fabbfb9e8c53416eaa4f62b957430211376c9c82 (diff) |
[PATCH] i386: put HOTPLUG_CPU under Processor type, not Bus options
Move the HOTPLUG_CPU option under "Processor type" instead of under "Bus
options". This makes it the same for i386 as most other processor types
(arm, ia64, parisc, ppc, s390, & x86_64; but not for powerpc). Besides, it
takes me too long to find it under Bus options. I can't be the only person
who has trouble finding it.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r-- | arch/i386/Kconfig | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index d5d0df7f04fc..cbde675bc95c 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
@@ -702,6 +702,15 @@ config PHYSICAL_START | |||
702 | 702 | ||
703 | Don't change this unless you know what you are doing. | 703 | Don't change this unless you know what you are doing. |
704 | 704 | ||
705 | config HOTPLUG_CPU | ||
706 | bool "Support for hot-pluggable CPUs (EXPERIMENTAL)" | ||
707 | depends on SMP && HOTPLUG && EXPERIMENTAL | ||
708 | ---help--- | ||
709 | Say Y here to experiment with turning CPUs off and on. CPUs | ||
710 | can be controlled through /sys/devices/system/cpu. | ||
711 | |||
712 | Say N. | ||
713 | |||
705 | endmenu | 714 | endmenu |
706 | 715 | ||
707 | 716 | ||
@@ -988,15 +997,6 @@ config SCx200 | |||
988 | This support is also available as a module. If compiled as a | 997 | This support is also available as a module. If compiled as a |
989 | module, it will be called scx200. | 998 | module, it will be called scx200. |
990 | 999 | ||
991 | config HOTPLUG_CPU | ||
992 | bool "Support for hot-pluggable CPUs (EXPERIMENTAL)" | ||
993 | depends on SMP && HOTPLUG && EXPERIMENTAL | ||
994 | ---help--- | ||
995 | Say Y here to experiment with turning CPUs off and on. CPUs | ||
996 | can be controlled through /sys/devices/system/cpu. | ||
997 | |||
998 | Say N. | ||
999 | |||
1000 | source "drivers/pcmcia/Kconfig" | 1000 | source "drivers/pcmcia/Kconfig" |
1001 | 1001 | ||
1002 | source "drivers/pci/hotplug/Kconfig" | 1002 | source "drivers/pci/hotplug/Kconfig" |