From: Kyle McMartin Date: Thu, 26 Feb 2009 17:57:56 +0000 (-0500) Subject: x86: enable DMAR by default X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f6be37fdc62d0c0214bc49815d1180ebfbd716e2;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git x86: enable DMAR by default Now that the obvious bugs have been worked out, specifically the iwlagn issue, and the write buffer errata, DMAR should be safe to turn back on by default. (We've had it on since those patches were first written a few weeks ago, without any noticeable bug reports (most have been due to the dma-api debug patchset.)) Signed-off-by: Kyle McMartin Acked-by: David Woodhouse Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 9c39095b33f..bc2fbadff9f 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1803,7 +1803,7 @@ config DMAR remapping devices. config DMAR_DEFAULT_ON - def_bool n + def_bool y prompt "Enable DMA Remapping Devices by default" depends on DMAR help