Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linuxManualConfig: forbid config errors on aarch64
It's not a nice experience to wait for a kernel build, only to notice the options you set didn't actually do anything, because Nixpkgs' kernel configuration script just prints a warning if an option that should have been set isn't set in the final kernel config. Ideally, I think we'd never allow config errors, but we certainly don't have to torelate them for aarch64, when CI for kernel changes can ensure we don't accidentally break the build with x86-specific options. I've tested that configuration of all mainline kernels still works on aarch64.
- Loading branch information