You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2021. It is now read-only.
The script will generate a valid .config kernel configuration file to be used by the kernel's build system.
However, the script will allow individual options and groups of options to be documented as the kernel's config file does not support comments (well, it does, but only for "commented out" / disabled CONFIG_ options).
Each group of config options in the script should document:
Why it has been enabled.
If there is any known impact (positive or negative) on boot speed / general performance.
If there is any known impact (positive or negative) on memory density.