17 lines
469 B
Text
17 lines
469 B
Text
|
# Copyright (c) 2024 Tenstorrent AI ULC
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config XSI_SINGLE_PROCESS
|
||
|
bool "X/Open single process"
|
||
|
default y if POSIX_API
|
||
|
depends on POSIX_ENV
|
||
|
depends on POSIX_UNAME
|
||
|
depends on POSIX_CLOCK_SELECTION
|
||
|
help
|
||
|
Select 'y' here and Zephyr will provide implementations of
|
||
|
gethostid(), gettimeofday(), and putenv().
|
||
|
|
||
|
For more information, please see
|
||
|
https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_subprofiles.html
|