diff options
author | Stefan Reinauer <stepan@openbios.org> | 2003-08-28 13:43:03 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2003-08-28 13:43:03 +0000 |
commit | f5f10d10979688e0d2ac7a01a262c50bf3e08b76 (patch) | |
tree | 3dc0f53da70a051f56c5181618d8fe7e31e79927 /src/config | |
parent | fa2df758f226f5b06537c6e6f8e27072b94644c5 (diff) |
cleaning out motherboard specific changes from the generic directories.
Moving tyan resource map to tyan directory. Making IOMMU for hammer choosable
via ENABLE_IOMMU
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1088 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Options.lb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 54cd68d384..edc19ee7a7 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -590,6 +590,11 @@ define DISABLE_WATCHDOG export used comment "Disable watchdog if we're doing lots of output" end +define ENABLE_IOMMU + default 1 + export used + comment "Enable IOMMU aperture" +end ############################################### # Misc device options |