skge: default WOL should be magic only (rev2)
[powerpc.git] / mm / Kconfig
index db7c55d..a17da8b 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 "2" if SUPERH
+       default "1"