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

13 lines
224 B
Nix
Raw Permalink Normal View History

2024-08-12 21:12:18 +02:00
{ lib, ... }: with lib.kernel; {
2024-08-03 00:25:16 +02:00
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;
}