| # Copyright (c) 2023, Meta | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| config POSIX_ENV | |
| bool "Support for environ, getenv(), getenv_r(), setenv(), and unsetenv()" | |
| depends on COMMON_LIBC_MALLOC | |
| default y if POSIX_API | |
| help | |
| Select this option to add support for environment variables. | |
| module = POSIX_ENV | |
| module-str = POSIX env logging | |
| source "subsys/logging/Kconfig.template.log_config" |