X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=mm%2FKconfig;h=a17da8bafe62758b6f0d86816d9d6c64b464e687;hb=fce692e7986f9689a8f414a74e58c4a6d35d5551;hp=db7c55de92cdc2ded0583d1ccc5239bdb4828d00;hpb=12e36b2f41b6cbc67386fcb9c59c32a3e2033905;p=linux-2.6-omap-h63xx.git diff --git a/mm/Kconfig b/mm/Kconfig index db7c55de92c..a17da8bafe6 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -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"