Trim Linux Kernel Configuration
Many Linux users who prefer to compile their own kernels definitely want to reduce kernel compilation time and minimize the on-disk footprint of compiled kernels and modules. Achieving these goals is commonly done by trimming the kernel configuration, which entails disabling kernel configuration options that the user does not need. Users can disable options for software features they do not use and hardware that they do not own; for example, those who do not need to use WireGuard can disable it in their kernel configuration, and those who do not own an AMD graphics card or an AMD CPU with integrated graphics can disable the amdgpu driver at kernel build time. …