Skip to content

Commit 4cb9b00

Browse files
David CohenH. Peter Anvin
authored andcommitted
x86, intel-mid: Remove deprecated X86_MDFLD and X86_WANT_INTEL_MID configs
We want to support all Intel MID (Mobile Internet Device) platforms with a single config selection. This patch removes deprecated CONFIG_X86_MDFLD and X86_WANT_INTEL_MID options in favor of having CONFIG_X86_INTEL_MID only. Signed-off-by: David Cohen <david.a.cohen@linux.intel.com> Link: http://lkml.kernel.org/r/1387244246-20714-1-git-send-email-david.a.cohen@linux.intel.com Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
1 parent bc20aa4 commit 4cb9b00

File tree

1 file changed

+7
-23
lines changed

1 file changed

+7
-23
lines changed

arch/x86/Kconfig

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -438,42 +438,26 @@ config X86_INTEL_CE
438438
This option compiles in support for the CE4100 SOC for settop
439439
boxes and media devices.
440440

441-
config X86_WANT_INTEL_MID
441+
config X86_INTEL_MID
442442
bool "Intel MID platform support"
443443
depends on X86_32
444444
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-
450-
if X86_WANT_INTEL_MID
451-
452-
config X86_INTEL_MID
453-
bool
454-
455-
config X86_MDFLD
456-
bool "Medfield MID platform"
457445
depends on PCI
458446
depends on PCI_GOANY
459447
depends on X86_IO_APIC
460-
select X86_INTEL_MID
461448
select SFI
449+
select I2C
462450
select DW_APB_TIMER
463451
select APB_TIMER
464-
select I2C
465-
select SPI
466452
select INTEL_SCU_IPC
467-
select X86_PLATFORM_DEVICES
468453
select MFD_INTEL_MSIC
469454
---help---
470-
Medfield is Intel's Low Power Intel Architecture (LPIA) based Moblin
471-
Internet Device(MID) platform.
472-
Unlike standard x86 PCs, Medfield does not have many legacy devices
473-
nor standard legacy replacement devices/features. e.g. Medfield does
474-
not contain i8259, i8254, HPET, legacy BIOS, most of the io ports.
455+
Select to build a kernel capable of supporting Intel MID (Mobile
456+
Internet Device) platform systems which do not have the PCI legacy
457+
interfaces. If you are building for a PC class system say N here.
475458

476-
endif
459+
Intel MID platforms are based on an Intel processor and chipset which
460+
consume less power than most of the x86 derivatives.
477461

478462
config X86_INTEL_LPSS
479463
bool "Intel Low Power Subsystem Support"

0 commit comments

Comments
 (0)