diff options
author | Andrew Morton | 2010-05-26 14:44:33 -0700 |
---|---|---|
committer | Linus Torvalds | 2010-05-27 09:12:54 -0700 |
commit | 4a14d84ea2adc6c02dde4ae2d4552c15e014a475 (patch) | |
tree | bdced2d932bf7363493dd0de5710e5e079d35181 /arch/x86/Kconfig | |
parent | 18e98307de0d746cb0845ebf66535ce2184c25a2 (diff) |
x86_32: use asm-generic/scatterlist.h
Cc: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 5bdc143b1228..5dc54219e73b 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -110,7 +110,7 @@ config NEED_DMA_MAP_STATE def_bool (X86_64 || DMAR || DMA_API_DEBUG) config NEED_SG_DMA_LENGTH - def_bool X86_64 + def_bool y config GENERIC_ISA_DMA def_bool y |