diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 155d571f5e26..8a54eb8e3768 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -672,6 +672,9 @@ config ZONE_DMA | |||
672 | bool | 672 | bool |
673 | default y | 673 | default y |
674 | 674 | ||
675 | config NEED_DMA_MAP_STATE | ||
676 | def_bool (PPC64 || NOT_COHERENT_CACHE) | ||
677 | |||
675 | config GENERIC_ISA_DMA | 678 | config GENERIC_ISA_DMA |
676 | bool | 679 | bool |
677 | depends on PPC64 || POWER4 || 6xx && !CPM2 | 680 | depends on PPC64 || POWER4 || 6xx && !CPM2 |