We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0200da9 commit 13714a6Copy full SHA for 13714a6
kernel/Kconfig
@@ -643,10 +643,11 @@ config SYS_CLOCK_EXISTS
643
bool "System clock exists and is enabled"
644
default y
645
help
646
- This option specifies that the kernel lacks timer support.
+ This option specifies that the kernel has timer support.
647
+
648
Some device configurations can eliminate significant code if
649
this is disabled. Obviously timeout-related APIs will not
- work.
650
+ work when disabled.
651
652
config TIMEOUT_64BIT
653
bool "Store kernel timeouts in 64 bit precision"
0 commit comments