diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-01-29 10:14:54 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-01-29 10:14:54 +0000 |
commit | e414004e94b5aebf57ca11be009fed5e39f5b6a8 (patch) | |
tree | 297ced39873acf055192bf74ef3bd96897dc841a | |
parent | 8561b089afbaed2651591e5a4574fdca451d82f2 (diff) |
[MIPS] Delete unused CONFIG_DMA_IP32.
The functionality of the former dma-ip32.c has been folded into
dma-default.c.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index b22c043b6ef8..d60bbbb953f0 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -797,10 +797,6 @@ config DMA_COHERENT config DMA_IP27 bool -config DMA_IP32 - bool - select DMA_NEED_PCI_MAP_STATE - config DMA_NONCOHERENT bool select DMA_NEED_PCI_MAP_STATE |