The latest development version of this page may be more current than this released 2.1.0 version.
CONFIG_POSIX_CLOCK

POSIX clock, timer, and sleep APIs

Type: bool

Help

This enables POSIX clock_*(), timer_*(), and *sleep() functions.

Default

Symbols that select this symbol

Kconfig definition

At lib/posix/Kconfig:44

Included via Kconfig:8Kconfig.zephyr:39lib/Kconfig:16

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.)