]> err.no Git - linux-2.6/blobdiff - mm/Kconfig
aio: use flush_work()
[linux-2.6] / mm / Kconfig
index db7c55de92cdc2ded0583d1ccc5239bdb4828d00..1ac718f636ec6f5842217bd6b06c7ef0bff0dd21 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"
+