aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/Kconfig
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 /arch/sparc/Kconfig
parentc8049966b7f903ce61e94efbbddf581cf8860b85 (diff)
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>
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r--arch/sparc/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index cb1dd356b27..abcd82bfcb9 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