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

kconfig: remove PICOLIBC_MODULE, introduce PICOLIBC_USE_MODULE #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions zephyr/Kconfig
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Copyright © 2021 Amazon.com, Inc. or its affiliates.
# SPDX-License-Identifier: Apache-2.0

config PICOLIBC_MODULE
bool "picolibc module support"
config PICOLIBC_USE_MODULE
bool
help
This option builds the picolibc module. It is only used if
PICOLIBC_USE_MODULE is selected.
This setting enables building of Picolibc as a module.
It is used by the picolibc build system but made promptless here in
order to allow the build system integrating the Picolibc module to
decide how and under which conditions Picolibc should be enabled.