From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Pitre Subject: Re: [PATCH 4/4] posix-timers: make it configurable Date: Thu, 20 Oct 2016 12:41:27 -0400 (EDT) Message-ID: References: <1476920573-14384-1-git-send-email-nicolas.pitre@linaro.org> <1476920573-14384-5-git-send-email-nicolas.pitre@linaro.org> <20161020140213.GB2238@netboy> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: John Stultz , Yann E MORIN , Thomas Gleixner , Josh Triplett , netdev@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org To: Richard Cochran Return-path: In-Reply-To: <20161020140213.GB2238@netboy> Sender: linux-kbuild-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Thu, 20 Oct 2016, Richard Cochran wrote: > On Wed, Oct 19, 2016 at 07:42:53PM -0400, Nicolas Pitre wrote: > > +config POSIX_TIMERS > > + bool "Posix Clocks & timers" if EXPERT > > + default y > > + help > > + This includes native support for POSIX timers to the kernel. > > + Most embedded systems may have no use for them and therefore they > > This sentence doesn't make sense. How about: > > Some embedded systems have no use for them ... As you wish. Turns out that my own use of Fedora currently makes no use of them either. Nicolas