diff options
author | Dirk Brandewie <dirk.brandewie@gmail.com> | 2010-11-09 15:08:08 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-11-11 18:45:41 -0500 |
commit | 37bc9f5078c62bfa73edeb0053edceb3ed5e46a4 (patch) | |
tree | 7699bd2fa900fe2a79903c1151287a97a708db30 /arch/x86/Kconfig | |
parent | 91d8037f563e4a86ff8b02c994530989c7936427 (diff) |
x86: Ce4100: Add reboot_fixup() for CE4100
This patch adds the CE4100 reboot fixup to reboot_fixups_32.c
[ tglx: Moved PCI id to reboot_fixups_32.c ]
Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
LKML-Reference: <5bdcfb4f0206fa721570504e95659a03b815bc5e.1289331834.git.dirk.brandewie@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 43951c9c7435..e5510cf0666f 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -383,6 +383,7 @@ config X86_INTEL_CE | |||
383 | depends on PCI_GODIRECT | 383 | depends on PCI_GODIRECT |
384 | depends on X86_32 | 384 | depends on X86_32 |
385 | depends on X86_EXTENDED_PLATFORM | 385 | depends on X86_EXTENDED_PLATFORM |
386 | select X86_REBOOTFIXUPS | ||
386 | ---help--- | 387 | ---help--- |
387 | Select for the Intel CE media processor (CE4100) SOC. | 388 | Select for the Intel CE media processor (CE4100) SOC. |
388 | This option compiles in support for the CE4100 SOC for settop | 389 | This option compiles in support for the CE4100 SOC for settop |