From: Jan Kiszka <jan.kiszka@domain.hid>
To: xenomai-core <xenomai@xenomai.org>
Subject: [Xenomai-core] [PATCH] Catch HPET conflict
Date: Tue, 20 Feb 2007 22:23:00 +0100 [thread overview]
Message-ID: <45DB66B4.6050700@domain.hid> (raw)
[-- 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 --]
next reply other threads:[~2007-02-20 21:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-20 21:23 Jan Kiszka [this message]
2007-02-23 18:57 ` [Xenomai-core] [PATCH] Catch HPET conflict Philippe Gerum
2007-02-23 22:32 ` Philippe Gerum
2007-02-23 23:00 ` Jan Kiszka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45DB66B4.6050700@domain.hid \
--to=jan.kiszka@domain.hid \
--cc=xenomai@xenomai.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.