diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 74d647ecf905..93698794aa3a 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1901,7 +1901,7 @@ config DMAR_DEFAULT_ON | |||
1901 | config DMAR_BROKEN_GFX_WA | 1901 | config DMAR_BROKEN_GFX_WA |
1902 | def_bool n | 1902 | def_bool n |
1903 | prompt "Workaround broken graphics drivers (going away soon)" | 1903 | prompt "Workaround broken graphics drivers (going away soon)" |
1904 | depends on DMAR | 1904 | depends on DMAR && BROKEN |
1905 | ---help--- | 1905 | ---help--- |
1906 | Current Graphics drivers tend to use physical address | 1906 | Current Graphics drivers tend to use physical address |
1907 | for DMA and avoid using DMA APIs. Setting this config | 1907 | for DMA and avoid using DMA APIs. Setting this config |