aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-08-30 12:34:20 -0700
committerDavid S. Miller <davem@davemloft.net>2008-08-30 12:34:20 -0700
commit933b2a1d8d458d6fe12b5efd63a0432852c44d6d (patch)
tree992236d78d7459728ff86c1531845fbf49127095
parentsparc64: Convert FIRE PCI controller driver into a real driver. (diff)
downloadlinux-dev-933b2a1d8d458d6fe12b5efd63a0432852c44d6d.tar.xz
linux-dev-933b2a1d8d458d6fe12b5efd63a0432852c44d6d.zip
sparc: Stop setting NO_DMA.
This fixes the build with PCI disabled, we do want the generic DMA facilities and interfaces even when just SBUS is enabled. Based upon a build failure report by Robert Reif. Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--arch/sparc/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index cb1dd356b278..abcd82bfcb9a 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -235,9 +235,6 @@ source "drivers/pci/Kconfig"
endif
-config NO_DMA
- def_bool !PCI
-
config SUN_OPENPROMFS
tristate "Openprom tree appears in /proc/openprom"
help