Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
aeaf32aada93513bf10fbd921fce7e9c92de79e5
/
.
/
lib
/
posix
/
shell
/
Kconfig.env
blob: bbe36bc9cbbb2916806e5737be1a5fb0095f1f19 [
file
] [
log
] [
blame
]
# Copyright (c) 2024 Meta
# SPDX-License-Identifier: Apache-2.0
config POSIX_ENV_SHELL
bool
"Support for shell"
select
POSIX_SINGLE_PROCESS
select
POSIX_SHELL
help
This
shell provides access to system environment variables
.