1# Copyright (c) 2024 Tenstorrent AI ULC
2#
3# SPDX-License-Identifier: Apache-2.0
4
5config XSI_SINGLE_PROCESS
6	bool "X/Open single process"
7	depends on POSIX_SINGLE_PROCESS
8	depends on POSIX_TIMERS
9	help
10	  Select 'y' here and Zephyr will provide implementations of
11	  gethostid(), gettimeofday(), and putenv().
12
13	  For more information, please see
14	  https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_subprofiles.html
15