Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941299AbcJTOCT (ORCPT ); Thu, 20 Oct 2016 10:02:19 -0400 Received: from mail-qk0-f196.google.com ([209.85.220.196]:36704 "EHLO mail-qk0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752206AbcJTOCR (ORCPT ); Thu, 20 Oct 2016 10:02:17 -0400 Date: Thu, 20 Oct 2016 16:02:13 +0200 From: Richard Cochran To: Nicolas Pitre Cc: John Stultz , Yann E MORIN , Thomas Gleixner , Josh Triplett , netdev@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/4] posix-timers: make it configurable 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 Content-Disposition: inline In-Reply-To: <1476920573-14384-5-git-send-email-nicolas.pitre@linaro.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 475 Lines: 16 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