aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig26
1 files changed, 11 insertions, 15 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 4d621eb90bbf..97e97ee96628 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -23,7 +23,7 @@ config X86
23 select HAVE_OPROFILE 23 select HAVE_OPROFILE
24 select HAVE_IOREMAP_PROT 24 select HAVE_IOREMAP_PROT
25 select HAVE_KPROBES 25 select HAVE_KPROBES
26 select ARCH_WANT_OPTIONAL_GPIOLIB if !X86_RDC321X 26 select ARCH_WANT_OPTIONAL_GPIOLIB
27 select HAVE_KRETPROBES 27 select HAVE_KRETPROBES
28 select HAVE_DYNAMIC_FTRACE 28 select HAVE_DYNAMIC_FTRACE
29 select HAVE_FTRACE 29 select HAVE_FTRACE
@@ -332,20 +332,6 @@ config X86_BIGSMP
332 332
333endif 333endif
334 334
335config X86_RDC321X
336 bool "RDC R-321x SoC"
337 depends on X86_32
338 select M486
339 select X86_REBOOTFIXUPS
340 select GENERIC_GPIO
341 select LEDS_CLASS
342 select LEDS_GPIO
343 select NEW_LEDS
344 help
345 This option is needed for RDC R-321x system-on-chip, also known
346 as R-8610-(G).
347 If you don't have one of these chips, you should say N here.
348
349config X86_VSMP 335config X86_VSMP
350 bool "Support for ScaleMP vSMP" 336 bool "Support for ScaleMP vSMP"
351 select PARAVIRT 337 select PARAVIRT
@@ -369,6 +355,16 @@ config X86_VISWS
369 A kernel compiled for the Visual Workstation will run on general 355 A kernel compiled for the Visual Workstation will run on general
370 PCs as well. See <file:Documentation/sgi-visws.txt> for details. 356 PCs as well. See <file:Documentation/sgi-visws.txt> for details.
371 357
358config X86_RDC321X
359 bool "RDC R-321x SoC"
360 depends on X86_32
361 select M486
362 select X86_REBOOTFIXUPS
363 help
364 This option is needed for RDC R-321x system-on-chip, also known
365 as R-8610-(G).
366 If you don't have one of these chips, you should say N here.
367
372config SCHED_NO_NO_OMIT_FRAME_POINTER 368config SCHED_NO_NO_OMIT_FRAME_POINTER
373 def_bool y 369 def_bool y
374 prompt "Single-depth WCHAN output" 370 prompt "Single-depth WCHAN output"