aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/Kconfig30
1 files changed, 7 insertions, 23 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 0952ecd60eca..edcf80eda566 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -438,42 +438,26 @@ config X86_INTEL_CE
438 This option compiles in support for the CE4100 SOC for settop 438 This option compiles in support for the CE4100 SOC for settop
439 boxes and media devices. 439 boxes and media devices.
440 440
441config X86_WANT_INTEL_MID 441config X86_INTEL_MID
442 bool "Intel MID platform support" 442 bool "Intel MID platform support"
443 depends on X86_32 443 depends on X86_32
444 depends on X86_EXTENDED_PLATFORM 444 depends on X86_EXTENDED_PLATFORM
445 ---help---
446 Select to build a kernel capable of supporting Intel MID platform
447 systems which do not have the PCI legacy interfaces (Moorestown,
448 Medfield). If you are building for a PC class system say N here.
449
450if X86_WANT_INTEL_MID
451
452config X86_INTEL_MID
453 bool
454
455config X86_MDFLD
456 bool "Medfield MID platform"
457 depends on PCI 445 depends on PCI
458 depends on PCI_GOANY 446 depends on PCI_GOANY
459 depends on X86_IO_APIC 447 depends on X86_IO_APIC
460 select X86_INTEL_MID
461 select SFI 448 select SFI
449 select I2C
462 select DW_APB_TIMER 450 select DW_APB_TIMER
463 select APB_TIMER 451 select APB_TIMER
464 select I2C
465 select SPI
466 select INTEL_SCU_IPC 452 select INTEL_SCU_IPC
467 select X86_PLATFORM_DEVICES
468 select MFD_INTEL_MSIC 453 select MFD_INTEL_MSIC
469 ---help--- 454 ---help---
470 Medfield is Intel's Low Power Intel Architecture (LPIA) based Moblin 455 Select to build a kernel capable of supporting Intel MID (Mobile
471 Internet Device(MID) platform. 456 Internet Device) platform systems which do not have the PCI legacy
472 Unlike standard x86 PCs, Medfield does not have many legacy devices 457 interfaces. If you are building for a PC class system say N here.
473 nor standard legacy replacement devices/features. e.g. Medfield does
474 not contain i8259, i8254, HPET, legacy BIOS, most of the io ports.
475 458
476endif 459 Intel MID platforms are based on an Intel processor and chipset which
460 consume less power than most of the x86 derivatives.
477 461
478config X86_INTEL_LPSS 462config X86_INTEL_LPSS
479 bool "Intel Low Power Subsystem Support" 463 bool "Intel Low Power Subsystem Support"