diff --git a/zephyr/Kconfig b/zephyr/Kconfig index 31ab4b14b2..054d84109b 100644 --- a/zephyr/Kconfig +++ b/zephyr/Kconfig @@ -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.