kconfig check: support passing a file directly
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 Administrator