posix: split supported features into separate Kconfig files
This change is setting up for switching over to proper POSIX option requirements, feature test macros, and a dependency structure that is reflective of the standard. Signed-off-by: Christopher Friedt <cfriedt@meta.com>
This commit is contained in:
parent
4fcf197c50
commit
13dcf2e4ed
18 changed files with 261 additions and 161 deletions
9
lib/posix/Kconfig.pthread
Normal file
9
lib/posix/Kconfig.pthread
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Copyright (c) 2017 Intel Corporation
|
||||
# Copyright (c) 2023 Meta
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
TYPE = PTHREAD
|
||||
type = pthread_t
|
||||
type-function = pthread_create
|
||||
source "lib/posix/Kconfig.template.pooled_ipc_type"
|
Loading…
Add table
Add a link
Reference in a new issue