blob: 222392d273719e9a8366684dab561db02b58ae75 [file] [log] [blame]
# 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"