X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=mm%2FKconfig;h=7942b333e46cd46c11ac0f4a849c7b98efeee58e;hb=1004879f25c5719517b3d8a3180a517e190e2f5b;hp=50f7cfc15b78d990cbc15aab883f6a9885343c57;hpb=66701b1499a3ff11882c8c4aef36e8eac86e17b1;p=mv-sheeva.git diff --git a/mm/Kconfig b/mm/Kconfig index 50f7cfc15b7..7942b333e46 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -139,10 +139,6 @@ config SPLIT_PTLOCK_CPUS default "4096" if PARISC && !PA20 default "4" -config ZONE_DMA - def_bool y - depends on GENERIC_ISA_DMA - # # support for page migration # @@ -161,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" +