Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Blackfin: convert specific pre/post config headers to common method | Mike Frysinger | 2009-06-14 | -17/+142 |
| | | | | | | | | | | 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> | |||
* | Add an architecture specific config.h for common defines | Kumar Gala | 2009-02-10 | -0/+24 |
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> |