Skip to content

kconfig check: support passing a file directly

Luca Weiss requested to merge z3ntu/pmbootstrap:kconfig_check_file into master

This allows for example for me to call the kconfig check function on the .config file in my Linux tree: $ pmbootstrap kconfig check --file .config and it reports me which kconfig options I need to enable.

Edited by Luca Weiss

Merge request reports