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-03 10:28:48 +02:00

9 lines
98 B
Nix

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