sparc32 has working dma-mapping only with CONFIG_PCI
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
d37c6e1b67
commit
7155c9f576
1 changed files with 3 additions and 0 deletions
|
@ -217,6 +217,9 @@ source "drivers/pci/Kconfig"
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
config NO_DMA
|
||||||
|
def_bool !PCI
|
||||||
|
|
||||||
config SUN_OPENPROMFS
|
config SUN_OPENPROMFS
|
||||||
tristate "Openprom tree appears in /proc/openprom"
|
tristate "Openprom tree appears in /proc/openprom"
|
||||||
help
|
help
|
||||||
|
|
Loading…
Reference in a new issue