diff options
Diffstat (limited to 'arch/alpha')
-rw-r--r-- | arch/alpha/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index d04ccd73af45..28f93a6c0fde 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig | |||
@@ -55,6 +55,9 @@ config ZONE_DMA | |||
55 | bool | 55 | bool |
56 | default y | 56 | default y |
57 | 57 | ||
58 | config ARCH_DMA_ADDR_T_64BIT | ||
59 | def_bool y | ||
60 | |||
58 | config NEED_DMA_MAP_STATE | 61 | config NEED_DMA_MAP_STATE |
59 | def_bool y | 62 | def_bool y |
60 | 63 | ||