Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | microblaze: use generic dma-mapping-broken.h | Arnd Bergmann | 2009-05-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | 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> | ||||
* | microblaze: Kconfig: Enable drivers for Microblaze | Michal Simek | 2009-05-21 | 1 | -3/+4 |
| | | | | Signed-off-by: Michal Simek <monstr@monstr.eu> | ||||
* | microblaze_v8: Kconfig patches | Michal Simek | 2009-03-27 | 1 | -0/+141 |
Reviewed-by: Ingo Molnar <mingo@elte.hu> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Acked-by: John Linn <john.linn@xilinx.com> Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> Acked-by: John Williams <john.williams@petalogix.com> Signed-off-by: Michal Simek <monstr@monstr.eu> |