Skip to content

Commit

Permalink
linux: Add CRYPTO_AEGIS128_SIMD for aarch64
Browse files Browse the repository at this point in the history
See comments: 9b67ea9
  • Loading branch information
NeQuissimus committed Nov 28, 2019
1 parent b3b7a48 commit 0e670a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/os-specific/linux/kernel/common-config.nix
Expand Up @@ -739,6 +739,9 @@ let
} // optionalAttrs (stdenv.hostPlatform.system == "aarch64-linux") {
# Enables support for the Allwinner Display Engine 2.0
SUN8I_DE2_CCU = whenAtLeast "4.13" yes;

# See comments on https://github.com/NixOS/nixpkgs/commit/9b67ea9106102d882f53d62890468071900b9647
CRYPTO_AEGIS128_SIMD = no;
};
};
in
Expand Down

0 comments on commit 0e670a2

Please sign in to comment.