This change is setting up for switching over to proper POSIX option requirements, feature test macros, and a dependency structure that is reflective of the standard. Signed-off-by: Christopher Friedt <cfriedt@meta.com>
11 lines
248 B
Plaintext
11 lines
248 B
Plaintext
# 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
|
|
help
|
|
This enables POSIX clock\_\*(), timer\_\*(), and \*sleep()
|
|
functions.
|