# Copyright (c) 2024 Meta
# SPDX-License-Identifier: Apache-2.0

menu "POSIX Shell Utilities"

if SHELL

config POSIX_SHELL
	bool
	help
	  Compile the parent `posix` shell command.

rsource "Kconfig.env"
rsource "Kconfig.uname"

endif # SHELL

endmenu # "POSIX Shell Utilities"
