X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=arch%2Farm%2Finclude%2Fasm%2Fconfig.h;h=dd5ce3d8f9acc4cb1278ea9fe1a63e81f22a5a93;hb=a83c6285388b5aa22980d96a70fff7d111d971fd;hp=abf79e5c9ed230c6cb64bfb3d7a8e705253ad115;hpb=bf46e7d8d134521301ff02b6d97e8998aa10a83d;p=karo-tx-uboot.git diff --git a/arch/arm/include/asm/config.h b/arch/arm/include/asm/config.h index abf79e5c9e..dd5ce3d8f9 100644 --- a/arch/arm/include/asm/config.h +++ b/arch/arm/include/asm/config.h @@ -15,4 +15,15 @@ #define CONFIG_STATIC_RELA #endif +#ifdef CONFIG_FSL_LSCH3 +#include +#endif + +#if defined(CONFIG_SOC_LS102XA) || \ + defined(CONFIG_CPU_PXA27X) || \ + defined(CONFIG_CPU_MONAHANS) || \ + defined(CONFIG_CPU_PXA25X) +#include +#endif + #endif