aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig20
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
120config MMU 120config MMU
121 def_bool y 121 def_bool y
122 122
123config 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
133config SBUS 123config SBUS
134 bool 124 bool
135 125
@@ -253,6 +243,16 @@ source "kernel/Kconfig.freezer"
253 243
254menu "Processor type and features" 244menu "Processor type and features"
255 245
246config 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
256source "kernel/time/Kconfig" 256source "kernel/time/Kconfig"
257 257
258config SMP 258config SMP