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 select HWINFO 8 help 9 Select 'y' here and Zephyr will provide implementations of 10 gethostid(), gettimeofday(), and putenv(). 11 12 For more information, please see 13 https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_subprofiles.html 14 15module = XSI_SINGLE_PROCESS 16module-str = XSI Single Process 17source "subsys/logging/Kconfig.template.log_config" 18