Searched hist:f2224ff0 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/microblaze/ |
H A D | Kconfig | f2224ff0 Mon Apr 27 10:38:25 CDT 2009 Arnd Bergmann <arnd@arndb.de> 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> f2224ff0 Mon Apr 27 10:38:25 CDT 2009 Arnd Bergmann <arnd@arndb.de> 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>
|