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

7 lines
98 B
Nix
Raw Permalink Normal View History

2024-08-12 21:12:18 +02:00
{ lib, ... }: with lib.kernel; {
2024-08-03 01:04:26 +02:00
ARCH_RV64I = yes;
COMPAT = no;
ACPI_CPPC_CPUFREQ = yes;
}