Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The script can be used to generate a minimalistic kernel config file. All implied lines (default, coomment, computed) which don't make a difference to the configuration are removed. To use: - cd into a kernel build directory - copy the input configuration to config.in - run this script The minimalistic config file can the be found in config.reduced. The script works by removing lines from the config file one by one, runnig "make olddefconfig" and comparing the results. If the removal of an inout line doesn't make a difference, it is dropped permanently in the output.
- Loading branch information