Add an architecture specific config.h for common defines
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>
Showing
- include/asm-arm/config.h 24 additions, 0 deletionsinclude/asm-arm/config.h
- include/asm-avr32/config.h 24 additions, 0 deletionsinclude/asm-avr32/config.h
- include/asm-blackfin/config.h 24 additions, 0 deletionsinclude/asm-blackfin/config.h
- include/asm-i386/config.h 24 additions, 0 deletionsinclude/asm-i386/config.h
- include/asm-m68k/config.h 24 additions, 0 deletionsinclude/asm-m68k/config.h
- include/asm-microblaze/config.h 24 additions, 0 deletionsinclude/asm-microblaze/config.h
- include/asm-mips/config.h 24 additions, 0 deletionsinclude/asm-mips/config.h
- include/asm-nios/config.h 24 additions, 0 deletionsinclude/asm-nios/config.h
- include/asm-nios2/config.h 24 additions, 0 deletionsinclude/asm-nios2/config.h
- include/asm-ppc/config.h 24 additions, 0 deletionsinclude/asm-ppc/config.h
- include/asm-sh/config.h 24 additions, 0 deletionsinclude/asm-sh/config.h
- include/asm-sparc/config.h 24 additions, 0 deletionsinclude/asm-sparc/config.h
- mkconfig 1 addition, 0 deletionsmkconfig
include/asm-arm/config.h
0 → 100644
include/asm-avr32/config.h
0 → 100644
include/asm-blackfin/config.h
0 → 100644
include/asm-i386/config.h
0 → 100644
include/asm-m68k/config.h
0 → 100644
include/asm-microblaze/config.h
0 → 100644
include/asm-mips/config.h
0 → 100644
include/asm-nios/config.h
0 → 100644
include/asm-nios2/config.h
0 → 100644
include/asm-ppc/config.h
0 → 100644
include/asm-sh/config.h
0 → 100644
include/asm-sparc/config.h
0 → 100644
Please register or sign in to comment