diff options
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 |