Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

posix: remove deprecated kconfig options #86824

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

cfriedt
Copy link
Member

@cfriedt cfriedt commented Mar 9, 2025

Remove deprecated Kconfig options. These were given an extra release cycle of soak time, but generally were OK to remove after Zephyr v4.0.0 was released.

Partially fixes #77070

@cfriedt cfriedt force-pushed the remove-deprecated-posix-kconfigs branch from acbb663 to eebaf2b Compare March 9, 2025 17:56
MAX_PTHREAD_COUNT was deprecated in favour of
POSIX_THREAD_THREADS_MAX prior to v3.7.0.

Use CONFIG_POSIX_THREAD_THREADS_MAX going forward.

Signed-off-by: Chris Friedt <[email protected]>
@cfriedt cfriedt force-pushed the remove-deprecated-posix-kconfigs branch from eebaf2b to 473c439 Compare March 9, 2025 19:10
cfriedt added 2 commits March 9, 2025 15:40
Update NXP_WIFI_SIGMA_AGENT to use non-deprecated POSIX Kconfig
options.

Signed-off-by: Chris Friedt <[email protected]>
Remove deprecated Kconfig options. These were given an extra
release cycle of soak time, but generally were OK to remove
after Zephyr v4.0.0 was released.

Signed-off-by: Chris Friedt <[email protected]>
@cfriedt cfriedt force-pushed the remove-deprecated-posix-kconfigs branch from 473c439 to 7954ba1 Compare March 9, 2025 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecated APIs/options to be removed by 4.2
1 participant