:orphan: .. title:: POSIX_CLOCK .. option:: CONFIG_POSIX_CLOCK *POSIX clock, timer, and sleep APIs* Type: ``bool`` Help ==== This enables POSIX clock\_\*(), timer\_\*(), and \*sleep() functions. Default ======= - y if \ :option:`POSIX_API ` Symbols that select this symbol =============================== - \ :option:`SIMPLELINK_HOST_DRIVER ` Kconfig definition ================== .. highlight:: kconfig At ``lib/posix/Kconfig:44`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:18`` Menu path: (Top) → Additional libraries .. parsed-literal:: config POSIX_CLOCK bool "POSIX clock, timer, and sleep APIs" default y if \ :option:`POSIX_API ` help This enables POSIX clock\_\*(), timer\_\*(), and \*sleep() functions. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*