diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-30 15:34:20 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-30 15:34:20 -0400 |
commit | 933b2a1d8d458d6fe12b5efd63a0432852c44d6d (patch) | |
tree | 992236d78d7459728ff86c1531845fbf49127095 /arch/sparc | |
parent | c8049966b7f903ce61e94efbbddf581cf8860b85 (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')
-rw-r--r-- | arch/sparc/Kconfig | 3 |
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" | |||
235 | 235 | ||
236 | endif | 236 | endif |
237 | 237 | ||
238 | config NO_DMA | ||
239 | def_bool !PCI | ||
240 | |||
241 | config SUN_OPENPROMFS | 238 | config SUN_OPENPROMFS |
242 | tristate "Openprom tree appears in /proc/openprom" | 239 | tristate "Openprom tree appears in /proc/openprom" |
243 | help | 240 | help |