File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -665,6 +665,17 @@ config X86_INTEL_QUARK
665
665
Say Y here if you have a Quark based system such as the Arduino
666
666
compatible Intel Galileo.
667
667
668
+ config X86_RDC321X
669
+ bool "RDC R-321x SoC"
670
+ depends on X86_32
671
+ depends on X86_EXTENDED_PLATFORM
672
+ select M486
673
+ select X86_REBOOTFIXUPS
674
+ help
675
+ This option is needed for RDC R-321x system-on-chip, also known
676
+ as R-8610-(G).
677
+ If you don't have one of these chips, you should say N here.
678
+
668
679
config X86_INTEL_LPSS
669
680
bool "Intel Low Power Subsystem Support"
670
681
depends on X86 && ACPI && PCI
@@ -718,17 +729,6 @@ config IOSF_MBI_DEBUG
718
729
719
730
If you don't require the option or are in doubt, say N.
720
731
721
- config X86_RDC321X
722
- bool "RDC R-321x SoC"
723
- depends on X86_32
724
- depends on X86_EXTENDED_PLATFORM
725
- select M486
726
- select X86_REBOOTFIXUPS
727
- help
728
- This option is needed for RDC R-321x system-on-chip, also known
729
- as R-8610-(G).
730
- If you don't have one of these chips, you should say N here.
731
-
732
732
config X86_SUPPORTS_MEMORY_FAILURE
733
733
def_bool y
734
734
# MCE code calls memory_failure():
You can’t perform that action at this time.
0 commit comments