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/riscv.nix
2024-08-12 21:12:18 +02:00

7 lines
98 B
Nix

{ lib, ... }: with lib.kernel; {
ARCH_RV64I = yes;
COMPAT = no;
ACPI_CPPC_CPUFREQ = yes;
}