From d5381fb96d4911391b9bdbe1726f6bac1ffb1a09 Mon Sep 17 00:00:00 2001 From: Oliver Schib Date: Sun, 29 Nov 2015 10:17:05 +0100 Subject: Add support for Intel IOMMU Signed-off-by: Oliver Schib Signed-off-by: Waldemar Brodkorb --- target/x86/systems/generic-x86 | 1 + 1 file changed, 1 insertion(+) (limited to 'target/x86/systems/generic-x86') diff --git a/target/x86/systems/generic-x86 b/target/x86/systems/generic-x86 index 4358015b4..cb41ad2f4 100644 --- a/target/x86/systems/generic-x86 +++ b/target/x86/systems/generic-x86 @@ -13,6 +13,7 @@ config ADK_TARGET_SYSTEM_GENERIC_X86 select ADK_TARGET_WITH_BLOCK select ADK_TARGET_WITH_PATA select ADK_TARGET_WITH_SATA + select ADK_TARGET_WITH_IOMMU select ADK_PACKAGE_GRUB help Example config for generic i686 based PC. -- cgit v1.2.3