X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mm%2FKconfig;h=7942b333e46cd46c11ac0f4a849c7b98efeee58e;hb=cfaae3ee4a0d00c6b22780057e958d625499e90c;hp=db7c55de92cdc2ded0583d1ccc5239bdb4828d00;hpb=946b92437e550d6ed80213bf54a1f383e141aede;p=linux-2.6 diff --git a/mm/Kconfig b/mm/Kconfig index db7c55de92..7942b333e4 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -157,3 +157,9 @@ 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" +