projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c804996
)
sparc: Stop setting NO_DMA.
author
David S. Miller
<davem@davemloft.net>
Sat, 30 Aug 2008 19:34:20 +0000
(12:34 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sat, 30 Aug 2008 19:34:20 +0000
(12:34 -0700)
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>
arch/sparc/Kconfig
patch
|
blob
|
history
diff --git
a/arch/sparc/Kconfig
b/arch/sparc/Kconfig
index
cb1dd35
..
abcd82b
100644
(file)
--- 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