diff options
-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 5bdc143b1228..5dc54219e73b 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -110,7 +110,7 @@ config NEED_DMA_MAP_STATE | |||
110 | def_bool (X86_64 || DMAR || DMA_API_DEBUG) | 110 | def_bool (X86_64 || DMAR || DMA_API_DEBUG) |
111 | 111 | ||
112 | config NEED_SG_DMA_LENGTH | 112 | config NEED_SG_DMA_LENGTH |
113 | def_bool X86_64 | 113 | def_bool y |
114 | 114 | ||
115 | config GENERIC_ISA_DMA | 115 | config GENERIC_ISA_DMA |
116 | def_bool y | 116 | def_bool y |