Skip to content

Commit 13714a6

Browse files
committed
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 <[email protected]>
1 parent 0200da9 commit 13714a6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

kernel/Kconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,10 +643,11 @@ config SYS_CLOCK_EXISTS
643643
bool "System clock exists and is enabled"
644644
default y
645645
help
646-
This option specifies that the kernel lacks timer support.
646+
This option specifies that the kernel has timer support.
647+
647648
Some device configurations can eliminate significant code if
648649
this is disabled. Obviously timeout-related APIs will not
649-
work.
650+
work when disabled.
650651

651652
config TIMEOUT_64BIT
652653
bool "Store kernel timeouts in 64 bit precision"

0 commit comments

Comments
 (0)