diff options
author | David Cohen <david.a.cohen@linux.intel.com> | 2013-12-16 20:37:26 -0500 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2014-01-15 17:38:58 -0500 |
commit | 4cb9b00f42e07830310319a07e6c91413ee8153e (patch) | |
tree | 50bb329357a0c60cc8acb8779d5f6abe25a2b9d8 /arch/x86/Kconfig | |
parent | bc20aa48bbb3068224a1c91f8332971fdb689fad (diff) |
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>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 30 |
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 | ||
441 | config X86_WANT_INTEL_MID | 441 | config 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 | |||
450 | if X86_WANT_INTEL_MID | ||
451 | |||
452 | config X86_INTEL_MID | ||
453 | bool | ||
454 | |||
455 | config 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 | ||
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. | ||
477 | 461 | ||
478 | config X86_INTEL_LPSS | 462 | config X86_INTEL_LPSS |
479 | bool "Intel Low Power Subsystem Support" | 463 | bool "Intel Low Power Subsystem Support" |