summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Müller2022-04-28 18:42:47 +0200
committerWolfgang Müller2022-07-10 19:07:43 +0200
commit241e40774fee03d2b69f24ff9335dac5dbd24f19 (patch)
tree62173c4627d9ab3bd709780b645ffdf3cc230f17
parent4110cf4d81f9c6ce4d0c5a29808f855b664c1f65 (diff)
downloadkernfrag-241e40774fee03d2b69f24ff9335dac5dbd24f19.tar.gz
fragments: Enable AMD-specific support for cpu/amd
We can safely choose the MK8 setting here instead of falling back to a generic CPU configuration.
-rw-r--r--fragments/cpu/amd2
1 files changed, 1 insertions, 1 deletions
diff --git a/fragments/cpu/amd b/fragments/cpu/amd
index f0dfd33..cdda584 100644
--- a/fragments/cpu/amd
+++ b/fragments/cpu/amd
@@ -1,4 +1,4 @@
-CONFIG_GENERIC_CPU=y
+CONFIG_MK8=y
CONFIG_X86_ACPI_CPUFREQ=y
CONFIG_X86_AMD_PLATFORM_DEVICE=y
CONFIG_PERF_EVENTS_AMD_POWER=y