Support for extended (non-PC) x86 platforms

configname: CONFIG_X86_EXTENDED_PLATFORM

Linux Kernel Configuration
└─>Processor type and features
└─>Support for extended (non-PC) x86 platforms
In linux kernel since version 2.6.30 (release Date: 2009-06-09)  
If you disable this option then the kernel will only support
standard PC platforms. (which covers the vast majority of
systems out there.)

If you enable this option then you'll be able to select support
for the following non-PC x86 platforms, depending on the value of
CONFIG_64BIT.

32-bit platforms (CONFIG_64BIT=n):
Goldfish (mostly Android emulator)
Intel CE media processor (CE4100) SoC
Intel Quark
RDC R-321x SoC

64-bit platforms (CONFIG_64BIT=y):
Numascale NumaChip
ScaleMP vSMP
SGI Ultraviolet
Merrifield/Moorefield MID devices
Goldfish (mostly Android emulator)

If you have one of these systems, or if you want to build a
generic distribution kernel, say Y here - otherwise say N.