diff options
author | Arnd Bergmann <arnd@arndb.de> | 2009-04-27 11:38:25 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-05-21 09:56:07 -0400 |
commit | f2224ff07f345f3f9716071cc90ee50e29af7497 (patch) | |
tree | 47c4a680969a571040feb51fe7abc42ebbbb0496 /arch/microblaze/Kconfig | |
parent | a6029d1c8cfc9ac2609195f31c2e70b584d3496e (diff) |
microblaze: use generic dma-mapping-broken.h
Microblaze does not support the Linux DMA mapping API
at this point, so disable CONFIG_NO_DMA. This lets
us use the generic dma-mapping-broken.h implementation
instead of providing a different copy.
Any drivers that try to use DMA mapping now get
omitted from Kconfig or produce a link error, rather
than failing silently at run time.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/Kconfig')
-rw-r--r-- | arch/microblaze/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index e6af7dd01fe6..f8e0722df0cf 100644 --- a/arch/microblaze/Kconfig +++ b/arch/microblaze/Kconfig | |||
@@ -59,7 +59,7 @@ config PCI | |||
59 | 59 | ||
60 | config NO_DMA | 60 | config NO_DMA |
61 | depends on !MMU | 61 | depends on !MMU |
62 | def_bool n | 62 | def_bool y |
63 | 63 | ||
64 | source "init/Kconfig" | 64 | source "init/Kconfig" |
65 | 65 | ||