Browse Source

Add MTRR to x86 and x86_64

MTRR gives faster terminal when not using a GUI.

Signed-off-by: Oliver Schib <lich000king@yahoo.de>
Oliver Schib 9 years ago
parent
commit
c547cbdb58
2 changed files with 2 additions and 0 deletions
  1. 1 0
      target/x86/systems/generic-x86
  2. 1 0
      target/x86_64/systems/generic-x86_64

+ 1 - 0
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.

+ 1 - 0
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.