mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] apb: Fix configuration constraints
@ 2011-12-17 21:57 Alan Cox
  2011-12-18  9:32 ` Ingo Molnar
  2011-12-18 23:49 ` [tip:x86/platform] x86/apb: " tip-bot for Alan Cox
  0 siblings, 2 replies; 4+ messages in thread
From: Alan Cox @ 2011-12-17 21:57 UTC (permalink / raw)
  To: linux-kernel, mingo

From: Alan Cox <alan@linux.intel.com>

The APB timer requires SFI, SCU and MID support

Reported-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Alan Cox <alan@linux.intel.com>
---

 arch/x86/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 13947a2..ea425d0 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -716,6 +716,7 @@ config APB_TIMER
        def_bool y if X86_INTEL_MID
        prompt "Intel MID APB Timer Support" if X86_INTEL_MID
        select DW_APB_TIMER
+       depends on X86_INTEL_MID && SFI
        help
          APB timer is the replacement for 8254, HPET on X86 MID platforms.
          The APBT provides a stable time base on SMP


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-12-18 23:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-17 21:57 [PATCH] apb: Fix configuration constraints Alan Cox
2011-12-18  9:32 ` Ingo Molnar
2011-12-18  9:38   ` Ingo Molnar
2011-12-18 23:49 ` [tip:x86/platform] x86/apb: " tip-bot for Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome