New comment by CameronNemo on void-packages repository https://github.com/void-linux/void-packages/pull/28002#issuecomment-762474510 Comment: >At some point we might want to review the rest of the config to bring it more in line with the generic arm64 kernel package (though I don't know how different it is as it stands). The drivers should be quite different. We do not need to build and ship nouveau or amdgpu drivers for this kernel, for instance. Similarly I disabled support for other SoC platforms (broadcom, nvidia, allwinner, etc. soc support). Doing that considerably reduced both build time and package size. The net and fs options should probably be pretty similar if not identical, though. Maybe we can try using [merge_config.sh](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/scripts/kconfig/merge_config.sh) for that?