Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
1337f839cd0c6a2f9a23f15addecc7f9fb38e911
/
.
/
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
.