zephyr/lib/posix/options/Kconfig.sched
Christopher Friedt 855b8bc6ca posix: separate shell utilities and posix api implementation
Previously, the POSIX shell utilities were intermixed with the
POSIX API implementation.

The POSIX shell utilities only depend on the public POSIX API,
so it makes sense to keep them in a separate subdirectory.

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
2024-02-01 05:26:24 -05:00

12 lines
281 B
Plaintext

# Copyright (c) 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
config POSIX_PRIORITY_SCHEDULING
bool "Priority scheduling"
default y if PTHREAD
default y if POSIX_API
depends on PTHREAD
help
This enables POSIX scheduling APIs (_POSIX_PRIORITY_SCHEDULING).