pmb.parse.kconfig: implement UEFI kconfig check (MR 2169)

This commit is contained in:
Bart Ribbers 2022-02-26 16:06:59 +01:00 committed by Oliver Smith
parent 8c429f74ca
commit 1eef7fbdeb
No known key found for this signature in database
GPG key ID: 0BF4C1B5988C50D8
8 changed files with 152 additions and 2 deletions

View file

@ -477,7 +477,9 @@ def arguments_kconfig(subparser):
check.add_argument("--zram", action="store_true", help="check"
" options needed for zram support too")
check.add_argument("--netboot", action="store_true", help="check"
" options needed for netboooting too")
" options needed for netbooting too")
check.add_argument("--uefi", action="store_true", help="check"
" options needed for uefi too")
add_kernel_arg(check)
# "pmbootstrap kconfig edit"