summaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Blackfin: convert specific pre/post config headers to common methodMike Frysinger2009-06-141-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 definesKumar Gala2009-02-101-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>