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