diff options
author | Ravikiran G Thirumalai <kiran@scalex86.org> | 2009-02-20 19:59:11 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-22 14:21:31 -0500 |
commit | 8425091ff8af2addae118fc510a523b84ce51115 (patch) | |
tree | b84aac3cbf7eb5fbb25f4116e763778676e29104 /arch/x86/Kconfig | |
parent | fc6fc7f1b1095b92d4834e69b385b91e412a7ce5 (diff) |
x86: improve the help text of X86_EXTENDED_PLATFORM
Change the CONFIG_X86_EXTENDED_PLATFORM help text to display the
32bit/64bit extended platform list. This is as suggested by Ingo.
Signed-off-by: Ravikiran Thirumalai <kiran@scalex86.org>
Cc: shai@scalex86.org
Cc: "Benzi Galili (Benzi@ScaleMP.com)" <benzi@scalemp.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 30 |
1 files changed, 28 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 8955262caa34..35efba546e03 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -285,6 +285,7 @@ config X86_BIGSMP | |||
285 | ---help--- | 285 | ---help--- |
286 | This option is needed for the systems that have more than 8 CPUs | 286 | This option is needed for the systems that have more than 8 CPUs |
287 | 287 | ||
288 | if X86_32 | ||
288 | config X86_EXTENDED_PLATFORM | 289 | config X86_EXTENDED_PLATFORM |
289 | bool "Support for extended (non-PC) x86 platforms" | 290 | bool "Support for extended (non-PC) x86 platforms" |
290 | default y | 291 | default y |
@@ -293,12 +294,37 @@ config X86_EXTENDED_PLATFORM | |||
293 | standard PC platforms. (which covers the vast majority of | 294 | standard PC platforms. (which covers the vast majority of |
294 | systems out there.) | 295 | systems out there.) |
295 | 296 | ||
296 | If you enable this option then you'll be able to select a number | 297 | If you enable this option then you'll be able to select support |
297 | of non-PC x86 platforms. | 298 | for the following (non-PC) 32 bit x86 platforms: |
299 | AMD Elan | ||
300 | NUMAQ (IBM/Sequent) | ||
301 | RDC R-321x SoC | ||
302 | SGI 320/540 (Visual Workstation) | ||
303 | Summit/EXA (IBM x440) | ||
304 | Unisys ES7000 IA32 series | ||
305 | Voyager (NCR) | ||
298 | 306 | ||
299 | If you have one of these systems, or if you want to build a | 307 | If you have one of these systems, or if you want to build a |
300 | generic distribution kernel, say Y here - otherwise say N. | 308 | generic distribution kernel, say Y here - otherwise say N. |
309 | endif | ||
310 | |||
311 | if X86_64 | ||
312 | config X86_EXTENDED_PLATFORM | ||
313 | bool "Support for extended (non-PC) x86 platforms" | ||
314 | default y | ||
315 | ---help--- | ||
316 | If you disable this option then the kernel will only support | ||
317 | standard PC platforms. (which covers the vast majority of | ||
318 | systems out there.) | ||
319 | |||
320 | If you enable this option then you'll be able to select support | ||
321 | for the following (non-PC) 64 bit x86 platforms: | ||
322 | ScaleMP vSMP | ||
323 | SGI Ultraviolet | ||
301 | 324 | ||
325 | If you have one of these systems, or if you want to build a | ||
326 | generic distribution kernel, say Y here - otherwise say N. | ||
327 | endif | ||
302 | # This is an alphabetically sorted list of 64 bit extended platforms | 328 | # This is an alphabetically sorted list of 64 bit extended platforms |
303 | # Please maintain the alphabetic order if and when there are additions | 329 | # Please maintain the alphabetic order if and when there are additions |
304 | 330 | ||