kernel config fragments: validation function
When applying kernel config fragments without config's dependency enabled, the applied config won't be enabled either. This way we can miss configs. We need our kernel_prepare.sh
script to validate resulting .config
according to fragments. If there is something wrong it has to result in error, e.g.: <something> has not been enabled! Fix <name>.config fragment!
Depends on !4654 (merged)
Edited by Administrator