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 8ac412b45f18..40559cfd49f7 100644 --- a/mm/Kconfig +++ b/mm/Kconfig | |||
@@ -168,3 +168,7 @@ config NR_QUICK | |||
168 | depends on QUICKLIST | 168 | depends on QUICKLIST |
169 | default "2" if (SUPERH && !SUPERH64) | 169 | default "2" if (SUPERH && !SUPERH64) |
170 | default "1" | 170 | default "1" |
171 | |||
172 | config VIRT_TO_BUS | ||
173 | def_bool y | ||
174 | depends on !ARCH_NO_VIRT_TO_BUS | ||