diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2010-09-02 20:49:12 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-03-25 13:45:13 -0400 |
commit | 4bafad922ab480d5f86052e679abf5c3ca6dbfa7 (patch) | |
tree | 153ec6d0eb21211d1f29c00761d7d68236bc1844 | |
parent | 40471856f2e38e9bfa8d605295e8234421110dd6 (diff) |
MIPS: Enable ARCH_DMA_ADDR_T_64BIT if (HIGHMEM && 64BIT_PHYS_ADDR) || 64BIT
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
To: akpm@linux-foundation.org
Cc: linux-mips@linux-mips.org
Cc: linux-arch@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/1566/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 9905e2e85de4..328ed8dbfa04 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -862,6 +862,9 @@ config GPIO_TXX9 | |||
862 | config CFE | 862 | config CFE |
863 | bool | 863 | bool |
864 | 864 | ||
865 | config ARCH_DMA_ADDR_T_64BIT | ||
866 | def_bool (HIGHMEM && 64BIT_PHYS_ADDR) || 64BIT | ||
867 | |||
865 | config DMA_COHERENT | 868 | config DMA_COHERENT |
866 | bool | 869 | bool |
867 | 870 | ||