powerpc: Fix GENERIC_ISA_DMA dependency
authorAnton Vorontsov <avorontsov@mvista.com>
Thu, 15 Jul 2010 07:38:16 +0000 (07:38 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sat, 31 Jul 2010 04:56:31 +0000 (14:56 +1000)
commit1927445a7376e183072e6147a9641088b9b6a30e
tree839f8eab9332761126c1db101b5eb3d960b538b2
parente9ae9dabfc1df26d5eff0102c4d359f534e11087
powerpc: Fix GENERIC_ISA_DMA dependency

On PowerPC we should always use generic ISA DMA API implementation
as there is simply no other implementation exist.

Without this patch, the following build error pops up:

  sound/built-in.o: In function 'snd_dma_pointer':
  (.text+0x74ae): undefined reference to 'dma_spin_lock'
  ...
  make: *** [.tmp_vmlinux1] Error 1

This is PPC_85xx, SMP and some sound drivers set to =y.

Signed-off-by: Anton Vorontsov <avorontsov@mvista.com>
Acked-by: Dave Liu <daveliu@freescale.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/Kconfig