Prev: [PATCH 1/2] fb: for framebuffer handover don't exit the loop early.
Next: swiotlb: Make 'setup_io_tlb_npages' accept new 'swiotlb=' syntax.
From: Yinghai Lu on 25 Feb 2010 01:10 On 02/24/2010 04:41 PM, Pan, Jacob jun wrote: > Moorestown platform depends on IOAPIC, specify dependency correctly. > > Signed-off-by: Jacob Pan <jacob.jun.pan(a)intel.com> > --- > arch/x86/Kconfig | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig > index 0ab2dce..b50788d 100644 > --- a/arch/x86/Kconfig > +++ b/arch/x86/Kconfig > @@ -388,8 +388,10 @@ config X86_ELAN > > config X86_MRST > bool "Moorestown MID platform" > + depends on PCI_IOAPIC > depends on X86_32 > depends on X86_EXTENDED_PLATFORM > + depends on X86_IO_APIC > select APB_TIMER > ---help--- > Moorestown is Intel's Low Power Intel Architecture (LPIA) based Moblin so mrst is 1) SMP or not? 2) if is not SMP, does it still have MADT? YH -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |