CONFIG_POSIX_CLOCK
POSIX clock, timer, and sleep APIs
Type: bool
Help
This enables POSIX clock\_\*(), timer\_\*(), and \*sleep()
functions.
Default
y if
POSIX_API
Symbols that select this symbol
Kconfig definition
At <Zephyr>/lib/posix/Kconfig:44
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:43
→ <Zephyr>/lib/Kconfig:12
Menu path: (Top) → Additional libraries
config POSIX_CLOCK
bool "POSIX clock, timer, and sleep APIs"
default y if POSIX_API
help
This enables POSIX clock\_\*(), timer\_\*(), and \*sleep()
functions.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)