]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/asm-ppc/config.h
NET: Base support for etsec2.0
[karo-tx-uboot.git] / include / asm-ppc / config.h
index af0853b0d7e9fd5f65377992dce354369cbb0a36..d5f82b44f3890ec03562a2ce62030a4e8f5771f5 100644 (file)
 #endif
 #endif
 
+/* Enable TSEC2.0 for the platforms that have it if we are using TSEC */
+#if defined(CONFIG_TSEC_ENET) && \
+    (defined(CONFIG_P1020) || defined(CONFIG_P1011))
+#define CONFIG_TSECV2
+#endif
+
 /* Relocation to SDRAM works on all PPC boards */
 #define CONFIG_RELOC_FIXUP_WORKS