Add kconfig check for containers (MR 2060)

Usage: pmbootstrap kconfig check --containers linux-postmarketos-qcom-msm8974
This commit is contained in:
Alexey Min 2021-06-02 00:24:04 +03:00 committed by Oliver Smith
parent 716336e30b
commit 687807fa73
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
5 changed files with 140 additions and 10 deletions

View file

@ -439,6 +439,8 @@ def arguments_kconfig(subparser):
" options needed for anbox too")
check.add_argument("--nftables", action="store_true", help="check"
" options needed for nftables too")
check.add_argument("--containers", action="store_true",
help="check options needed for containers too")
check_package = check.add_argument("package", default="", nargs='?')
if argcomplete:
check_package.completer = kernel_completer