forked from Mirror/pmbootstrap
kconfig check: remove --kconfig-check-{name} args (MR 2333)
Prepare to move the kconfigcheck config into pmaports, so it can be different per branch and so we can adjust it at the same time as adjusting the kernel configs. Once it is moved, pmbootstrap will not know the cateogry names in advance anymore, so remove the logic for having category-specific argument names. In a future patch, we could add an option to manually override the categories to be tested with one specific category (taking a string argument), if there is demand for that.
This commit is contained in:
parent
9daa888f0f
commit
6f6cf1e8da
2 changed files with 0 additions and 10 deletions
|
@ -659,13 +659,6 @@ def arguments_kconfig(subparser):
|
|||
help="print one generic error per component instead of"
|
||||
" listing each option that needs to be adjusted",
|
||||
)
|
||||
for name in pmb.parse.kconfig.get_all_component_names():
|
||||
check.add_argument(
|
||||
f"--{name}",
|
||||
action="store_true",
|
||||
dest=f"kconfig_check_{name}",
|
||||
help=f"check options needed for {name} too",
|
||||
)
|
||||
add_kernel_arg(check, nargs="*")
|
||||
|
||||
# "pmbootstrap kconfig edit"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue