diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2010-10-25 10:10:50 -0400 |
---|---|---|
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | 2010-10-25 10:10:21 -0400 |
commit | eca577ef5989d25dedc6b0fae3c4622ceaee8005 (patch) | |
tree | a6a6a79650abce7b13f2d739aba903b0ee154199 /arch | |
parent | 56b86b615b807e043339979878a2de88f900ee4f (diff) |
[S390] enable ARCH_DMA_ADDR_T_64BIT with 64BIT
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/s390/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 21a7030abbb4..068e55d1bba8 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -60,6 +60,9 @@ config NO_IOMEM | |||
60 | config NO_DMA | 60 | config NO_DMA |
61 | def_bool y | 61 | def_bool y |
62 | 62 | ||
63 | config ARCH_DMA_ADDR_T_64BIT | ||
64 | def_bool 64BIT | ||
65 | |||
63 | config GENERIC_LOCKBREAK | 66 | config GENERIC_LOCKBREAK |
64 | bool | 67 | bool |
65 | default y | 68 | default y |