Skip to content

Commit

Permalink
Support AMD CPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbaur committed May 13, 2024
1 parent b540369 commit 9de55c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kernel-configs/x86_64.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
ATA_ACPI = yes;
CMDLINE_BOOL = yes;
CPU_MITIGATIONS = yes;
CPU_SRSO = yes;
CPU_SUP_AMD = yes;
CRYPTO_SHA256_SSSE3 = yes;
CRYPTO_SHA512_SSSE3 = yes;
DMA_ACPI = yes;
Expand All @@ -29,6 +31,7 @@
PCI_MSI = yes;
PNP = yes;
PREEMPT_VOLUNTARY = yes;
RETHUNK = yes;
RETPOLINE = yes;
RTC_DRV_CMOS = yes;
SERIAL_8250 = yes;
Expand Down

0 comments on commit 9de55c4

Please sign in to comment.