summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
Diffstat (limited to 'target')
-rw-r--r--target/x86/systems/generic-x861
-rw-r--r--target/x86_64/systems/generic-x86_641
2 files changed, 2 insertions, 0 deletions
diff --git a/target/x86/systems/generic-x86 b/target/x86/systems/generic-x86
index cb41ad2f4..ebe352908 100644
--- a/target/x86/systems/generic-x86
+++ b/target/x86/systems/generic-x86
@@ -14,6 +14,7 @@ config ADK_TARGET_SYSTEM_GENERIC_X86
select ADK_TARGET_WITH_PATA
select ADK_TARGET_WITH_SATA
select ADK_TARGET_WITH_IOMMU
+ select ADK_TARGET_CPU_WITH_MTRR
select ADK_PACKAGE_GRUB
help
Example config for generic i686 based PC.
diff --git a/target/x86_64/systems/generic-x86_64 b/target/x86_64/systems/generic-x86_64
index afc900bab..318006745 100644
--- a/target/x86_64/systems/generic-x86_64
+++ b/target/x86_64/systems/generic-x86_64
@@ -15,6 +15,7 @@ config ADK_TARGET_SYSTEM_GENERIC_X86_64
select ADK_TARGET_WITH_SATA
select ADK_TARGET_WITH_IOMMU
select ADK_TARGET_WITH_SMP
+ select ADK_TARGET_CPU_WITH_MTRR
select ADK_PACKAGE_GRUB
help
Example config for generic x86_64 based PC.