aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha')
-rw-r--r--arch/alpha/Kconfig3
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
58config ARCH_DMA_ADDR_T_64BIT
59 def_bool y
60
58config NEED_DMA_MAP_STATE 61config NEED_DMA_MAP_STATE
59 def_bool y 62 def_bool y
60 63