From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Cochran Subject: Re: [PATCH 4/4] posix-timers: make it configurable Date: Thu, 20 Oct 2016 16:02:13 +0200 Message-ID: <20161020140213.GB2238@netboy> References: <1476920573-14384-1-git-send-email-nicolas.pitre@linaro.org> <1476920573-14384-5-git-send-email-nicolas.pitre@linaro.org> 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: Nicolas Pitre Return-path: Content-Disposition: inline In-Reply-To: <1476920573-14384-5-git-send-email-nicolas.pitre@linaro.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org 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 ... > + can be configured out to reduce the size of the kernel image. Thanks, Richard