1config BR2_PACKAGE_HOST_RUNC
2	bool "host runc"
3	depends on BR2_PACKAGE_HOST_GO_HOST_ARCH_SUPPORTS
4	help
5	  runC is a CLI tool for spawning and running containers
6	  according to the OCI specification.
7
8	  https://github.com/opencontainers/runc
9