tegra: Move the pwm into tegra-common
[oweals/u-boot.git] / arch / arm / include / asm / config.h
index abf79e5c9ed230c6cb64bfb3d7a8e705253ad115..7a34a0186cb1cd255aee62b8d992756536fc3fd9 100644 (file)
 #define CONFIG_STATIC_RELA
 #endif
 
+#ifdef CONFIG_FSL_LSCH3
+#include <asm/arch-fsl-lsch3/config.h>
+#endif
+
+#ifdef CONFIG_LS102XA
+#include <asm/arch/config.h>
+#endif
+
 #endif