aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2011-11-10 08:29:14 -0500
committerIngo Molnar <mingo@elte.hu>2011-12-05 08:02:46 -0500
commit1ea7c6737c8f68453f55c894b3d07d7f48fcbef8 (patch)
tree4ceab28d069b0d69789d2bd70e57deb75a9aaa2b /arch/x86/Kconfig
parent54b0264ec8c6e90f0413ad30e2f91c65e7844613 (diff)
x86/config: Revamp configuration for MID devices
This follows on from the patch applied in 3.2rc1 which creates an INTEL_MID configuration. We can now add the entry for Medfield specific code. After this is merged the final patch will be submitted which moves the rest of the device Kconfig dependancies to MRST/MEDFIELD/INTEL_MID as appropriate. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index cb9a1044a771..9e7a361423d6 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -419,6 +419,23 @@ config X86_MRST
419 nor standard legacy replacement devices/features. e.g. Moorestown does 419 nor standard legacy replacement devices/features. e.g. Moorestown does
420 not contain i8259, i8254, HPET, legacy BIOS, most of the io ports. 420 not contain i8259, i8254, HPET, legacy BIOS, most of the io ports.
421 421
422config X86_MDFLD
423 bool "Medfield MID platform"
424 depends on PCI
425 depends on PCI_GOANY
426 depends on X86_IO_APIC
427 select APB_TIMER
428 select I2C
429 select SPI
430 select INTEL_SCU_IPC
431 select X86_PLATFORM_DEVICES
432 ---help---
433 Medfield is Intel's Low Power Intel Architecture (LPIA) based Moblin
434 Internet Device(MID) platform.
435 Unlike standard x86 PCs, Medfield does not have many legacy devices
436 nor standard legacy replacement devices/features. e.g. Medfield does
437 not contain i8259, i8254, HPET, legacy BIOS, most of the io ports.
438
422endif 439endif
423 440
424config X86_RDC321X 441config X86_RDC321X