kernel: clock: fix SYS_CLOCK_EXISTS help

SYS_CLOCK_EXISTS help was describing the 'do not exist' case and is
confusing.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2022-08-01 17:52:50 -04:00
commit 13714a6742

View file

@ -643,10 +643,11 @@ config SYS_CLOCK_EXISTS
bool "System clock exists and is enabled" bool "System clock exists and is enabled"
default y default y
help help
This option specifies that the kernel lacks timer support. This option specifies that the kernel has timer support.
Some device configurations can eliminate significant code if Some device configurations can eliminate significant code if
this is disabled. Obviously timeout-related APIs will not this is disabled. Obviously timeout-related APIs will not
work. work when disabled.
config TIMEOUT_64BIT config TIMEOUT_64BIT
bool "Store kernel timeouts in 64 bit precision" bool "Store kernel timeouts in 64 bit precision"