diff options
| -rw-r--r-- | arch/x86/Kconfig | 16 | ||||
| -rw-r--r-- | arch/x86/platform/Makefile | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 5e28e2be3a41..1f97c7f0d049 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
| @@ -486,6 +486,22 @@ config X86_INTEL_MID | |||
| 486 | Intel MID platforms are based on an Intel processor and chipset which | 486 | Intel MID platforms are based on an Intel processor and chipset which |
| 487 | consume less power than most of the x86 derivatives. | 487 | consume less power than most of the x86 derivatives. |
| 488 | 488 | ||
| 489 | config X86_INTEL_QUARK | ||
| 490 | bool "Intel Quark platform support" | ||
| 491 | depends on X86_32 | ||
| 492 | depends on X86_EXTENDED_PLATFORM | ||
| 493 | depends on X86_PLATFORM_DEVICES | ||
| 494 | depends on X86_TSC | ||
| 495 | depends on PCI | ||
| 496 | depends on PCI_GOANY | ||
| 497 | depends on X86_IO_APIC | ||
| 498 | select IOSF_MBI | ||
| 499 | select INTEL_IMR | ||
| 500 | ---help--- | ||
| 501 | Select to include support for Quark X1000 SoC. | ||
| 502 | Say Y here if you have a Quark based system such as the Arduino | ||
| 503 | compatible Intel Galileo. | ||
| 504 | |||
| 489 | config X86_INTEL_LPSS | 505 | config X86_INTEL_LPSS |
| 490 | bool "Intel Low Power Subsystem Support" | 506 | bool "Intel Low Power Subsystem Support" |
| 491 | depends on ACPI | 507 | depends on ACPI |
diff --git a/arch/x86/platform/Makefile b/arch/x86/platform/Makefile index 85afde1fa3e5..a62e0be3a2f1 100644 --- a/arch/x86/platform/Makefile +++ b/arch/x86/platform/Makefile | |||
| @@ -5,6 +5,7 @@ obj-y += geode/ | |||
| 5 | obj-y += goldfish/ | 5 | obj-y += goldfish/ |
| 6 | obj-y += iris/ | 6 | obj-y += iris/ |
| 7 | obj-y += intel-mid/ | 7 | obj-y += intel-mid/ |
| 8 | obj-y += intel-quark/ | ||
| 8 | obj-y += olpc/ | 9 | obj-y += olpc/ |
| 9 | obj-y += scx200/ | 10 | obj-y += scx200/ |
| 10 | obj-y += sfi/ | 11 | obj-y += sfi/ |
