linux/common-config: enable EFI on supported platforms (#406320)

authored by K900 and committed by GitHub 7abfa48d bbb9a777

+1
+1
pkgs/os-specific/linux/kernel/common-config.nix
··· 1165 1165 1166 1166 DVB_DYNAMIC_MINORS = option yes; # we use udev 1167 1167 1168 + EFI = lib.mkIf stdenv.hostPlatform.isEfi yes; 1168 1169 EFI_STUB = yes; # EFI bootloader in the bzImage itself 1169 1170 EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER = whenOlder "6.2" (whenAtLeast "5.8" yes); # initrd kernel parameter for EFI 1170 1171