diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-07-15 20:20:11 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2008-07-15 01:38:48 -0400 |
commit | 7ff86b0317bc40c665aab62f3b7669713ade07c5 (patch) | |
tree | 6ced1aae4ca2e13ca80424b5ecad10a65513d7c9 /arch/powerpc/Kconfig | |
parent | 004ea683d96ff51131789e78a3de7dafcdbf912d (diff) |
powerpc: Fix a build problem on ppc32 with new DMA_ATTRs
The new dma_attrs support must only be enabled for 64 bits as it's not
been implemented for 32 bits yet.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 5e2185432ad3..06b72771ae22 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -113,7 +113,7 @@ config PPC | |||
113 | select HAVE_KPROBES | 113 | select HAVE_KPROBES |
114 | select HAVE_KRETPROBES | 114 | select HAVE_KRETPROBES |
115 | select HAVE_LMB | 115 | select HAVE_LMB |
116 | select HAVE_DMA_ATTRS | 116 | select HAVE_DMA_ATTRS if PPC64 |
117 | 117 | ||
118 | config EARLY_PRINTK | 118 | config EARLY_PRINTK |
119 | bool | 119 | bool |