aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig14
1 files changed, 13 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 32e267186035..92dc919c7640 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -291,6 +291,18 @@ config X86_ES7000
291 Only choose this option if you have such a system, otherwise you 291 Only choose this option if you have such a system, otherwise you
292 should say N here. 292 should say N here.
293 293
294config X86_RDC321X
295 bool "RDC R-321x SoC"
296 depends on X86_32
297 select M486
298 select X86_REBOOTFIXUPS
299 select GENERIC_GPIO
300 select LEDS_GPIO
301 help
302 This option is needed for RDC R-321x system-on-chip, also known
303 as R-8610-(G).
304 If you don't have one of these chips, you should say N here.
305
294config X86_VSMP 306config X86_VSMP
295 bool "Support for ScaleMP vSMP" 307 bool "Support for ScaleMP vSMP"
296 depends on X86_64 && PCI 308 depends on X86_64 && PCI
@@ -637,7 +649,7 @@ config X86_REBOOTFIXUPS
637 system. 649 system.
638 650
639 Currently, the only fixup is for the Geode machines using 651 Currently, the only fixup is for the Geode machines using
640 CS5530A and CS5536 chipsets. 652 CS5530A and CS5536 chipsets and the RDC R-321x SoC.
641 653
642 Say Y if you want to enable the fixup. Currently, it's safe to 654 Say Y if you want to enable the fixup. Currently, it's safe to
643 enable this option even if you don't need it. 655 enable this option even if you don't need it.