2023-07-04 03:15:35 +08:00
|
|
|
# Copyright (c) 2018 Intel Corporation
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config POSIX_CLOCK
|
|
|
|
bool "POSIX clock, timer, and sleep APIs"
|
|
|
|
default y if POSIX_API
|
2023-10-23 18:30:00 +08:00
|
|
|
depends on !(ARCH_POSIX && EXTERNAL_LIBC)
|
2023-07-04 03:15:35 +08:00
|
|
|
help
|
|
|
|
This enables POSIX clock\_\*(), timer\_\*(), and \*sleep()
|
|
|
|
functions.
|