Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-14 | Blackfin: convert specific pre/post config headers to common method | Mike Frysinger | |
The Blackfin port was using asm/blackfin-config-{pre,post}.h to setup common Blackfin board defines. The common method now is to use config.h, so convert blackfin-config-post.h to that. Rename the still Blackfin specific blackfin-config-pre.h to config-pre.h so the naming conventions at least line up. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-02-10 | Add an architecture specific config.h for common defines | Kumar Gala | |
We have common defines that we duplicate in various ways. Having an arch specific config.h gives us a common location for those defines. Eventually we should be able to replace this when we have proper Kconfig support. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> |