# 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" 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. endmenu