diff options
author | Oliver Schib <lich000king@yahoo.de> | 2015-11-29 10:17:05 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-29 14:19:26 +0100 |
commit | d5381fb96d4911391b9bdbe1726f6bac1ffb1a09 (patch) | |
tree | 2acd4d10d99ae0ffbef2e35fea39017b0ab36fb5 /target/x86_64/systems/generic-x86_64 | |
parent | af8c42072f2d80e99bf9966bf1c42d3e65e2b27c (diff) |
Add support for Intel IOMMU
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'target/x86_64/systems/generic-x86_64')
-rw-r--r-- | target/x86_64/systems/generic-x86_64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/x86_64/systems/generic-x86_64 b/target/x86_64/systems/generic-x86_64 index 181a17dba..878bc31fb 100644 --- a/target/x86_64/systems/generic-x86_64 +++ b/target/x86_64/systems/generic-x86_64 @@ -13,6 +13,7 @@ config ADK_TARGET_SYSTEM_GENERIC_X86_64 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 x86_64 based PC. |