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:
parent
0200da97c2
commit
13714a6742
1 changed files with 3 additions and 2 deletions
|
@ -643,10 +643,11 @@ config SYS_CLOCK_EXISTS
|
|||
bool "System clock exists and is enabled"
|
||||
default y
|
||||
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
|
||||
this is disabled. Obviously timeout-related APIs will not
|
||||
work.
|
||||
work when disabled.
|
||||
|
||||
config TIMEOUT_64BIT
|
||||
bool "Store kernel timeouts in 64 bit precision"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue