From: Jan Kiszka <jan.kiszka@domain.hid>
To: Philippe Gerum <rpm@xenomai.org>
Cc: xenomai-core <xenomai@xenomai.org>
Subject: Re: [Xenomai-core] Kconfig inconsistencies
Date: Tue, 14 Feb 2006 18:27:59 +0100 [thread overview]
Message-ID: <43F2131F.4010508@domain.hid> (raw)
In-Reply-To: <43F20E47.1070908@domain.hid>
[-- Attachment #1.1: Type: text/plain, Size: 939 bytes --]
Philippe Gerum wrote:
> Jan Kiszka wrote:
>>
>> I haven't worked out any patch for those issues. Actually, I only wanted
>> to put this patch forward when stumbling over the other:
>>
>> --- ksrc/skins/native/Kconfig (revision 564)
>> +++ ksrc/skins/native/Kconfig (working copy)
>> @@ -127,7 +127,6 @@
>>
>> config XENO_OPT_NATIVE_INTR
>> bool "Interrupts"
>> - default y
>> help
>>
>> This option provides a simple API to deal with interrupts,
>>
>> Rationale: the /default/ way of handling IRQs should be via RTDM-based
>> drivers. Only users who know what they are doing should leave this path
>> and will have to switch on this feature explicitly. If this view can be
>> commonly accepted, I will add some lines to the feature's help text as
>> well.
>>
>
> Agreed.
>
Then apply this one, please. I noticed that 2.4 does not know default
values for bool options, correct?
Jan
[-- Attachment #1.2: nat_intr_default.patch --]
[-- Type: text/plain, Size: 641 bytes --]
Index: ksrc/skins/native/Kconfig
===================================================================
--- ksrc/skins/native/Kconfig (revision 568)
+++ ksrc/skins/native/Kconfig (working copy)
@@ -128,11 +128,11 @@
config XENO_OPT_NATIVE_INTR
bool "Interrupts"
- default y
help
This option provides a simple API to deal with interrupts,
- both in kernel and user-space contexts. Registry support is
- required.
+ both in kernel and user-space contexts. Note that the preferred
+ way of implementing generic drivers usable across all Xenomai
+ interfaces is defined by the Real-Time Driver Model (RTDM).
endif
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]
next prev parent reply other threads:[~2006-02-14 17:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-13 13:03 [Xenomai-core] Kconfig inconsistencies Jan Kiszka
2006-02-14 17:07 ` Philippe Gerum
2006-02-14 17:27 ` Jan Kiszka [this message]
2006-02-14 17:37 ` Philippe Gerum
2006-02-15 11:12 ` Philippe Gerum
2006-02-14 18:19 ` Gilles Chanteperdrix
2006-02-14 18:27 ` Philippe Gerum
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=43F2131F.4010508@domain.hid \
--to=jan.kiszka@domain.hid \
--cc=rpm@xenomai.org \
--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.