diff options
-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 |