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/config | |
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/config')
-rw-r--r-- | target/config/Config.in.hardware | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/config/Config.in.hardware b/target/config/Config.in.hardware index 8a0c1daba..977c55e1c 100644 --- a/target/config/Config.in.hardware +++ b/target/config/Config.in.hardware @@ -113,3 +113,6 @@ config ADK_TARGET_WITH_MMU config ADK_TARGET_WITHOUT_MMU bool + +config ADK_TARGET_WITH_IOMMU + bool |