2023-07-04 03:15:35 +08:00
|
|
|
# Copyright (c) 2018 Intel Corporation
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config POSIX_CLOCK
|
2024-01-31 12:05:44 +08:00
|
|
|
bool "clock and sleep APIs"
|
2023-07-04 03:15:35 +08:00
|
|
|
default y if POSIX_API
|
2024-01-28 22:15:18 +08:00
|
|
|
imply TIMER
|
2024-01-03 22:19:15 +08:00
|
|
|
depends on !NATIVE_LIBC
|
2023-07-04 03:15:35 +08:00
|
|
|
help
|
2024-01-28 22:15:18 +08:00
|
|
|
This enables POSIX clock\_\*() and \*sleep() functions.
|