This repository has been archived on 2024-08-18. You can view files and clone it, but cannot push or open issues or pull requests.
linux-hardened/arm64.nix
2024-08-12 21:12:18 +02:00

13 lines
224 B
Nix

{ lib, ... }: with lib.kernel; {
ARM64_VA_BITS_48 = yes;
ARM64_PAN = yes;
ARM64_USE_LSE_ATOMICS = yes;
ARM64_CNP = yes;
ARM64_PTR_AUTH = yes;
ARM64_EPAN = yes;
ACPI_CPPC_CPUFREQ = yes;
ARM_SMMU_V3 = yes;
}