|
@@ -120,16 +120,6 @@ config HAVE_LATENCYTOP_SUPPORT
|
|
|
config MMU
|
|
|
def_bool y
|
|
|
|
|
|
-config ZONE_DMA
|
|
|
- bool "DMA memory allocation support" if EXPERT
|
|
|
- default y
|
|
|
- help
|
|
|
- DMA memory allocation support allows devices with less than 32-bit
|
|
|
- addressing to allocate within the first 16MB of address space.
|
|
|
- Disable if no such devices will be used.
|
|
|
-
|
|
|
- If unsure, say Y.
|
|
|
-
|
|
|
config SBUS
|
|
|
bool
|
|
|
|
|
@@ -253,6 +243,16 @@ source "kernel/Kconfig.freezer"
|
|
|
|
|
|
menu "Processor type and features"
|
|
|
|
|
|
+config ZONE_DMA
|
|
|
+ bool "DMA memory allocation support" if EXPERT
|
|
|
+ default y
|
|
|
+ help
|
|
|
+ DMA memory allocation support allows devices with less than 32-bit
|
|
|
+ addressing to allocate within the first 16MB of address space.
|
|
|
+ Disable if no such devices will be used.
|
|
|
+
|
|
|
+ If unsure, say Y.
|
|
|
+
|
|
|
source "kernel/time/Kconfig"
|
|
|
|
|
|
config SMP
|