2024-05-20 12:23:58 -04:00
|
|
|
# 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
|
2024-05-22 18:04:35 -04:00
|
|
|
depends on POSIX_SINGLE_PROCESS
|
|
|
|
depends on POSIX_TIMERS
|
2024-05-20 12:23:58 -04:00
|
|
|
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
|
2024-05-22 21:39:21 -04:00
|
|
|
|
|
|
|
config XSI_SYSTEM_LOGGING
|
|
|
|
bool "X/Open system logging"
|
|
|
|
default y if POSIX_API
|
|
|
|
help
|
|
|
|
This option provides support for closelog(), openlog(), syslog(),
|
|
|
|
setlogmask(), and vsyslog().
|
|
|
|
|
|
|
|
For more information, please see
|
|
|
|
https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_subprofiles.html
|