Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
a83d2dad8d2be9d604d6a91c4856f9f0dceb7e3a
/
.
/
lib
/
posix
/
shell
/
Kconfig.env
blob: d2d5fd53b3e974e4db6bff52c93fdd76b0907dc7 [
file
]
# 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
.