compiler: introduce __used and __maybe_unused
[powerpc.git] / mm / Kconfig
index db7c55d..1ac718f 100644 (file)
@@ -157,3 +157,14 @@ config RESOURCES_64BIT
        default 64BIT
        help
          This option allows memory and IO resources to be 64 bit.
+
+config ZONE_DMA_FLAG
+       int
+       default "0" if !ZONE_DMA
+       default "1"
+
+config NR_QUICK
+       int
+       depends on QUICKLIST
+       default "1"
+