From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philippe Gerum In-Reply-To: <4C74DB38.3010104@domain.hid> References: <1278071401-13880-1-git-send-email-wolfgang.mauerer@domain.hid> <1278071401-13880-2-git-send-email-wolfgang.mauerer@domain.hid> <1282725843.1709.12.camel@domain.hid> <4C74D948.6010906@domain.hid> <1282726435.1709.22.camel@domain.hid> <4C74DB38.3010104@domain.hid> Content-Type: text/plain; charset="UTF-8" Date: Wed, 25 Aug 2010 11:07:22 +0200 Message-ID: <1282727242.1709.26.camel@domain.hid> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Adeos-main] [PATCH 1/2] ipipe: Pass NTP-corrected time information from Linux to higher domains List-Id: General discussion about Adeos List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: "adeos-main@gna.org" , "Mauerer, Wolfgang" On Wed, 2010-08-25 at 10:58 +0200, Jan Kiszka wrote: > Philippe Gerum wrote: > > On Wed, 2010-08-25 at 10:50 +0200, Jan Kiszka wrote: > >> Philippe Gerum wrote: > >>> On Fri, 2010-07-02 at 13:50 +0200, Wolfgang Mauerer wrote: > >>> > >>> > >>> > >>>> diff --git a/include/linux/ipipe_tickdev.h b/include/linux/ipipe_tickdev.h > >>>> index 4a1cb1b..86f13e0 100644 > >>>> --- a/include/linux/ipipe_tickdev.h > >>>> +++ b/include/linux/ipipe_tickdev.h > >>>> @@ -25,6 +25,7 @@ > >>>> #if defined(CONFIG_IPIPE) && defined(CONFIG_GENERIC_CLOCKEVENTS) > >>> Since we should have CONFIG_HAVE_IPIPE_HOSTRT by now, let's use it. > >> Don't get yet how this fits here. > > > > arch-dep would define CONFIG_HAVE_IPIPE_HOSTRT [if IPIPE] > > > > Still don't see the relation to the line you cited above. > That is because you chose to have CONFIG_IPIPE_HOSTRT and CONFIG_HAVE_IPIPE_HOSTRT. I would have only defined the latter, the way you define the former. I'm looking for the hostrt support to be compiled in if CONFIG_HAVE_IPIPE_HOSTRT is available from the arch-dep section, so we don't need CONFIG_IPIPE_HOSTRT. Generic bits may depend on HAVE_* as well. > Jan > -- Philippe.