Skip to content

Commit e35e328

Browse files
matjonIngo Molnar
authored andcommitted
x86/Kconfig: Move all X86_EXTENDED_PLATFORM options together
So that these options will be displayed together in menuconfig etc. Signed-off-by: Mateusz Jończyk <mat.jonczyk@o2.pl> Signed-off-by: David Heidelberg <david@ixit.cz> Signed-off-by: Ingo Molnar <mingo@kernel.org> Cc: "H. Peter Anvin" <hpa@zytor.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Link: https://lore.kernel.org/r/20250321-x86_x2apic-v3-3-b0cbaa6fa338@ixit.cz
1 parent 31be504 commit e35e328

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

arch/x86/Kconfig

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,17 @@ config X86_INTEL_QUARK
665665
Say Y here if you have a Quark based system such as the Arduino
666666
compatible Intel Galileo.
667667

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+
668679
config X86_INTEL_LPSS
669680
bool "Intel Low Power Subsystem Support"
670681
depends on X86 && ACPI && PCI
@@ -718,17 +729,6 @@ config IOSF_MBI_DEBUG
718729

719730
If you don't require the option or are in doubt, say N.
720731

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-
732732
config X86_SUPPORTS_MEMORY_FAILURE
733733
def_bool y
734734
# MCE code calls memory_failure():

0 commit comments

Comments
 (0)