diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 5731eb70e0a0..db190faffba1 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -120,16 +120,6 @@ config HAVE_LATENCYTOP_SUPPORT | |||
120 | config MMU | 120 | config MMU |
121 | def_bool y | 121 | def_bool y |
122 | 122 | ||
123 | config ZONE_DMA | ||
124 | bool "DMA memory allocation support" if EXPERT | ||
125 | default y | ||
126 | help | ||
127 | DMA memory allocation support allows devices with less than 32-bit | ||
128 | addressing to allocate within the first 16MB of address space. | ||
129 | Disable if no such devices will be used. | ||
130 | |||
131 | If unsure, say Y. | ||
132 | |||
133 | config SBUS | 123 | config SBUS |
134 | bool | 124 | bool |
135 | 125 | ||
@@ -253,6 +243,16 @@ source "kernel/Kconfig.freezer" | |||
253 | 243 | ||
254 | menu "Processor type and features" | 244 | menu "Processor type and features" |
255 | 245 | ||
246 | config ZONE_DMA | ||
247 | bool "DMA memory allocation support" if EXPERT | ||
248 | default y | ||
249 | help | ||
250 | DMA memory allocation support allows devices with less than 32-bit | ||
251 | addressing to allocate within the first 16MB of address space. | ||
252 | Disable if no such devices will be used. | ||
253 | |||
254 | If unsure, say Y. | ||
255 | |||
256 | source "kernel/time/Kconfig" | 256 | source "kernel/time/Kconfig" |
257 | 257 | ||
258 | config SMP | 258 | config SMP |