diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index b306b84fc8c8..43951c9c7435 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -377,6 +377,17 @@ config X86_ELAN | |||
377 | 377 | ||
378 | If unsure, choose "PC-compatible" instead. | 378 | If unsure, choose "PC-compatible" instead. |
379 | 379 | ||
380 | config X86_INTEL_CE | ||
381 | bool "CE4100 TV platform" | ||
382 | depends on PCI | ||
383 | depends on PCI_GODIRECT | ||
384 | depends on X86_32 | ||
385 | depends on X86_EXTENDED_PLATFORM | ||
386 | ---help--- | ||
387 | Select for the Intel CE media processor (CE4100) SOC. | ||
388 | This option compiles in support for the CE4100 SOC for settop | ||
389 | boxes and media devices. | ||
390 | |||
380 | config X86_MRST | 391 | config X86_MRST |
381 | bool "Moorestown MID platform" | 392 | bool "Moorestown MID platform" |
382 | depends on PCI | 393 | depends on PCI |