Skip to content
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.