]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/corenet_ds.h
mpc85xx: configs - Add hash command in freescale platforms
[karo-tx-uboot.git] / include / configs / corenet_ds.h
index 12b32967b437a719ec3df28fa488a3fd18ce094b..ea0363a771b6d52d9855656917b2a7b5314f8db4 100644 (file)
@@ -57,6 +57,7 @@
 #define CONFIG_SYS_FSL_CPC             /* Corenet Platform Cache */
 #define CONFIG_SYS_NUM_CPC             CONFIG_NUM_DDR_CONTROLLERS
 #define CONFIG_FSL_ELBC                        /* Has Enhanced localbus controller */
+#define CONFIG_FSL_CAAM                        /* Enable SEC/CAAM */
 #define CONFIG_PCI                     /* Enable PCI/PCIE */
 #define CONFIG_PCIE1                   /* PCIE controler 1 */
 #define CONFIG_PCIE2                   /* PCIE controler 2 */
 #define CONFIG_DOS_PARTITION
 #endif
 
+/* Hash command with SHA acceleration supported in hardware */
+#ifdef CONFIG_FSL_CAAM
+#define CONFIG_CMD_HASH
+#define CONFIG_SHA_HW_ACCEL
+#endif
+
 /*
  * Miscellaneous configurable options
  */