1# Copyright (c) 2024 Meta 2# SPDX-License-Identifier: Apache-2.0 3 4menu "POSIX Shell Utilities" 5 6if SHELL 7 8config POSIX_SHELL 9 bool 10 help 11 Compile the parent `posix` shell command. 12 13rsource "Kconfig.env" 14rsource "Kconfig.uname" 15 16endif # SHELL 17 18endmenu # "POSIX Shell Utilities" 19