Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
dab93222dac6e4c7344dbfc44e0abe21f34d0eba
/
.
/
lib
/
posix
/
options
/
Kconfig.clock
blob: 0d541c9f32fd8e6a28531a1fcdffae4db566f6c2 [
file
] [
log
] [
blame
]
# Copyright (c) 2018 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
config POSIX_CLOCK
bool
"clock and sleep APIs"
default
y
if
POSIX_API
imply TIMER
depends on
!
NATIVE_LIBC
help
This
enables POSIX clock\_\*
()
and
\*sleep
()
functions
.