Re: [PATCH 4/4] posix-timers: make it configurable
From: Richard Cochran
Date: Thu Oct 20 2016 - 10:02:22 EST
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