diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-30 12:34:20 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-30 12:34:20 -0700 |
commit | 933b2a1d8d458d6fe12b5efd63a0432852c44d6d (patch) | |
tree | 992236d78d7459728ff86c1531845fbf49127095 | |
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>
-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" endif -config NO_DMA - def_bool !PCI - config SUN_OPENPROMFS tristate "Openprom tree appears in /proc/openprom" help |