The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_SYS_CLOCK_EXISTS

(No prompt – not directly user assignable.)

Type: bool

Help

This option specifies that the kernel lacks timer support.

Kconfig definition

At kernel/Kconfig:565

Included via Kconfig:10Kconfig.zephyr:31

Menu path: (top menu) → General Kernel Options

config SYS_CLOCK_EXISTS
    bool
    default SYS_CLOCK_TICKS_PER_SEC != 0
    help
      This option specifies that the kernel lacks timer support.

(Definitions include propagated dependencies, including from if’s and menus.)