diff options
Diffstat (limited to 'arch/alpha/Kconfig')
-rw-r--r-- | arch/alpha/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index bd7261ea8f94..75291fdd379f 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig | |||
@@ -10,6 +10,7 @@ config ALPHA | |||
10 | select HAVE_OPROFILE | 10 | select HAVE_OPROFILE |
11 | select HAVE_SYSCALL_WRAPPERS | 11 | select HAVE_SYSCALL_WRAPPERS |
12 | select HAVE_PERF_EVENTS | 12 | select HAVE_PERF_EVENTS |
13 | select HAVE_DMA_ATTRS | ||
13 | help | 14 | help |
14 | The Alpha is a 64-bit general-purpose processor designed and | 15 | The Alpha is a 64-bit general-purpose processor designed and |
15 | marketed by the Digital Equipment Corporation of blessed memory, | 16 | marketed by the Digital Equipment Corporation of blessed memory, |
@@ -58,6 +59,9 @@ config ZONE_DMA | |||
58 | bool | 59 | bool |
59 | default y | 60 | default y |
60 | 61 | ||
62 | config NEED_DMA_MAP_STATE | ||
63 | def_bool y | ||
64 | |||
61 | config GENERIC_ISA_DMA | 65 | config GENERIC_ISA_DMA |
62 | bool | 66 | bool |
63 | default y | 67 | default y |