On Dec 28 2006 15:03, Marcelo Tosatti wrote:
>
>Comments?
>
>+config NO_DMA_ZONE
         ^^^^^^
>+      bool "DMA zone support"
              ^^^
>+      default n
                ^
>+      help
>+       This disables support for the 16MiB DMA zone. Only enable this 
>+       option if you are certain that your devices contain no DMA
>+       addressing limitations.

The naming could be a bit better. If I have
  [*] DMA zone support
it should actually enable the DMA zone, not disable it. Wind it like you
prefer, either
(1) config NO_DMA_ZONE, bool "Disable DMA zone" default n or
(2) config DMA_ZONE, bool "[Enable] DMA zone" default y


        -`J'
-- 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to