blob: c6ea53be8f1ff8db4afe5404e2cb31c5c797ede1 [file] [log] [blame]
# Copyright (c) 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
config POSIX_PRIORITY_SCHEDULING
bool "Priority scheduling"
default y if POSIX_THREADS
default y if POSIX_API
depends on POSIX_THREADS
help
This enables POSIX scheduling APIs (_POSIX_PRIORITY_SCHEDULING).