1# Copyright (c) 2025 Tenstorrent AI ULC
2#
3# SPDX-License-Identifier: Apache-2.0
4
5config POSIX_CLOCK_SELECTION
6	bool "POSIX Clock Selection"
7	help
8	  Select 'y' here and Zephyr will provide an implementation of the POSIX_CLOCK_SELECTION Option
9	  Group, which includes the functions clock_nanosleep(), pthread_condattr_getclock(),
10	  pthread_condattr_setclock().
11
12	  For more information, please see
13	  https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_subprofiles.html
14