:orphan: .. title:: CONFIG_POSIX_CLOCK .. kconfig:: CONFIG_POSIX_CLOCK CONFIG_POSIX_CLOCK ################## *POSIX clock, timer, and sleep APIs* Type: ``bool`` Help ==== .. code-block:: none This enables POSIX clock\_\*(), timer\_\*(), and \*sleep() functions. Default ======= - y if \ :kconfig:`POSIX_API ` Symbols that select this symbol =============================== - \ :kconfig:`SIMPLELINK_HOST_DRIVER ` Kconfig definition ================== At ``/posix/Kconfig:44`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:12`` Menu path: (Top) → Additional libraries .. code-block:: kconfig 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.)*