[Hardware/AMD] remove AMDVLK option, as it is removed upstream

This commit is contained in:
Antoine Viallon 2025-11-10 17:44:09 +01:00
parent 0b4fe53298
commit 0cedc97711
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 2 additions and 6 deletions

View file

@ -8,8 +8,8 @@ in {
enable = mkEnableOption "AMD gpus";
useProprietary = mkEnableOption "Use proprietary AMDGPU Pro";
defaultVulkanImplementation = mkOption {
description = "Wether to use RADV or AMDVLK by default";
type = with types; enum [ "amdvlk" "radv" ];
description = "Legacy, can only be set to radv";
type = with types; enum [ "radv" ];
default = "radv";
};
kernelDriver = mkOption {