From: Al Viro Date: Tue, 17 Jul 2007 07:49:35 +0000 (+0100) Subject: sparc32 has working dma-mapping only with CONFIG_PCI X-Git-Tag: v2.6.23-rc1~526 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=7155c9f576fc8cff12448110b5d104096ba58aee;p=karo-tx-linux.git sparc32 has working dma-mapping only with CONFIG_PCI Signed-off-by: Al Viro Acked-by: David S. Miller Signed-off-by: Linus Torvalds --- diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 8567cc901942..73df7115325b 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -217,6 +217,9 @@ source "drivers/pci/Kconfig" endif +config NO_DMA + def_bool !PCI + config SUN_OPENPROMFS tristate "Openprom tree appears in /proc/openprom" help