On Tue, Mar 20, 2007 at 11:10:13PM +0900, Atsushi Nemoto wrote: > On Mon, 19 Mar 2007 22:20:31 +0000, Ralf Baechle <ralf@xxxxxxxxxxxxxx> wrote: > > It's probably reasonable to do something like: > > > > config GENERIC_ISA_DMA > > bool > > select ZONE_DMA > > > > I don't think we should expose such deep technical details to the Kconfig > > user. > > Thanks. I'll try. GENERIC_ISA_DMA_SUPPORT_BROKEN also should select > ZONE_DMA, right? That one is actually a more interesting issue. GENERIC_ISA_DMA_SUPPORT_BROKEN is needed on Indigo 2 but Indigo 2 has no mmeory other than a little bit for the exception vectors mapped into the low 16MB. At this stage nobody seems to know if the machine actually can support ISA DMA or not. Anyway, that means that for now it seems better to leave ZONE_DMA disabled. But maybe somebody who knows a little more about EISA support on Indigo 2 should comment. Ralf