|
@@ -419,6 +419,23 @@ config X86_MRST
|
|
|
nor standard legacy replacement devices/features. e.g. Moorestown does
|
|
|
not contain i8259, i8254, HPET, legacy BIOS, most of the io ports.
|
|
|
|
|
|
+config X86_MDFLD
|
|
|
+ bool "Medfield MID platform"
|
|
|
+ depends on PCI
|
|
|
+ depends on PCI_GOANY
|
|
|
+ depends on X86_IO_APIC
|
|
|
+ select APB_TIMER
|
|
|
+ select I2C
|
|
|
+ select SPI
|
|
|
+ select INTEL_SCU_IPC
|
|
|
+ select X86_PLATFORM_DEVICES
|
|
|
+ ---help---
|
|
|
+ Medfield is Intel's Low Power Intel Architecture (LPIA) based Moblin
|
|
|
+ Internet Device(MID) platform.
|
|
|
+ Unlike standard x86 PCs, Medfield does not have many legacy devices
|
|
|
+ nor standard legacy replacement devices/features. e.g. Medfield does
|
|
|
+ not contain i8259, i8254, HPET, legacy BIOS, most of the io ports.
|
|
|
+
|
|
|
endif
|
|
|
|
|
|
config X86_RDC321X
|