All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-core] [PATCH] Catch HPET conflict
@ 2007-02-20 21:23 Jan Kiszka
  2007-02-23 18:57 ` Philippe Gerum
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Kiszka @ 2007-02-20 21:23 UTC (permalink / raw)
  To: xenomai-core

[-- Attachment #1: Type: text/plain, Size: 859 bytes --]

As long as there is obviously a conflict, catch it during kernel
configuration and urge the user to disable CONFIG_HPET_TIMER.

Jan


Index: scripts/Kconfig.frag
===================================================================
--- scripts/Kconfig.frag	(Revision 2216)
+++ scripts/Kconfig.frag	(Arbeitskopie)
@@ -11,8 +11,13 @@ comment "NOTE: Xenomai conflicts with PC
 comment "(menu Device Drivers/Input device support/Miscellaneous devices)"
 	depends on !X86_TSC && X86 && INPUT_PCSPKR
 
+comment "NOTE: Xenomai currently conflicts with HPET support."
+	depends on HPET_TIMER
+comment "(menu Processor type and features)"
+	depends on HPET_TIMER
+
 config XENOMAI
-	depends on X86_TSC || !X86 || !INPUT_PCSPKR
+	depends on (X86_TSC || !X86 || !INPUT_PCSPKR) && !HPET_TIMER
 	bool "Xenomai"
 	default y
         select IPIPE



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]

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

end of thread, other threads:[~2007-02-23 23:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-20 21:23 [Xenomai-core] [PATCH] Catch HPET conflict Jan Kiszka
2007-02-23 18:57 ` Philippe Gerum
2007-02-23 22:32   ` Philippe Gerum
2007-02-23 23:00     ` Jan Kiszka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.