aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-27 12:18:25 -0500
committerIngo Molnar <mingo@elte.hu>2009-01-29 08:17:15 -0500
commit9e111f3e167a14dd6252cff14fc7dd2ba4c650c6 (patch)
tree1e223a6ced980a60044b5f9f8b0816baeb749b33
parent06ac8346af04f6a972072f6c5780ba734832ad13 (diff)
x86: move ELAN to the NON_STANDARD_PLATFORM section
Move X86_ELAN (old, AMD based web-boxes) from the subarchitecture menu to the non-standard-platform section. Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r--arch/x86/Kconfig21
1 files changed, 11 insertions, 10 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index b090e5a27dac..b7617e3781a2 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -271,16 +271,6 @@ config X86_PC
271 help 271 help
272 Choose this option if your computer is a standard PC or compatible. 272 Choose this option if your computer is a standard PC or compatible.
273 273
274config X86_ELAN
275 bool "AMD Elan"
276 depends on X86_32
277 help
278 Select this for an AMD Elan processor.
279
280 Do not use this option for K6/Athlon/Opteron processors!
281
282 If unsure, choose "PC-compatible" instead.
283
284config X86_VOYAGER 274config X86_VOYAGER
285 bool "Voyager (NCR)" 275 bool "Voyager (NCR)"
286 depends on X86_32 && SMP && !PCI && BROKEN 276 depends on X86_32 && SMP && !PCI && BROKEN
@@ -394,6 +384,17 @@ config X86_UV
394 This option is needed in order to support SGI Ultraviolet systems. 384 This option is needed in order to support SGI Ultraviolet systems.
395 If you don't have one of these, you should say N here. 385 If you don't have one of these, you should say N here.
396 386
387config X86_ELAN
388 bool "AMD Elan"
389 depends on X86_32
390 depends on X86_NON_STANDARD
391 help
392 Select this for an AMD Elan processor.
393
394 Do not use this option for K6/Athlon/Opteron processors!
395
396 If unsure, choose "PC-compatible" instead.
397
397config SCHED_OMIT_FRAME_POINTER 398config SCHED_OMIT_FRAME_POINTER
398 def_bool y 399 def_bool y
399 prompt "Single-depth WCHAN output" 400 prompt "Single-depth WCHAN output"