2024-05-20 09:04:30 -04:00
|
|
|
# Copyright (c) 2024 Tenstorrent AI ULC
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
# This file should be removed after Zephyr 4.0 is released
|
|
|
|
|
|
|
|
menu "Deprecated POSIX options"
|
2024-05-20 21:51:50 -04:00
|
|
|
|
|
|
|
config POSIX_LIMITS_RTSIG_MAX
|
|
|
|
int "_POSIX_RTSIG_MAX value in limits.h [DEPRECATED]"
|
|
|
|
default POSIX_RTSIG_MAX if POSIX_REALTIME_SIGNALS
|
|
|
|
default 0
|
|
|
|
help
|
|
|
|
This option is deprecated.
|
|
|
|
|
|
|
|
Please use CONFIG_POSIX_RTSIG_MAX instead.
|
|
|
|
|
2024-05-20 09:04:30 -04:00
|
|
|
endmenu
|