diff options
Diffstat (limited to 'mm/Kconfig')
-rw-r--r-- | mm/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mm/Kconfig b/mm/Kconfig index db7c55de92cd..50f7cfc15b78 100644 --- a/mm/Kconfig +++ b/mm/Kconfig | |||
@@ -139,6 +139,10 @@ config SPLIT_PTLOCK_CPUS | |||
139 | default "4096" if PARISC && !PA20 | 139 | default "4096" if PARISC && !PA20 |
140 | default "4" | 140 | default "4" |
141 | 141 | ||
142 | config ZONE_DMA | ||
143 | def_bool y | ||
144 | depends on GENERIC_ISA_DMA | ||
145 | |||
142 | # | 146 | # |
143 | # support for page migration | 147 | # support for page migration |
144 | # | 148 | # |