]> git.sur5r.net Git - u-boot/blobdiff - drivers/crypto/fsl/Kconfig
crypto: Move CONFIG_SYS_FSL_SEC_LE and _BE to Kconfig
[u-boot] / drivers / crypto / fsl / Kconfig
index 510a108052d165a123088407a2c0bd5febf68a49..31889598e8e7c5a4246f77a86a9bfcf63750008f 100644 (file)
@@ -30,6 +30,9 @@ config SYS_FSL_SEC_COMPAT_6
        help
                Secure boot and trust architecture compatible version 6
 
+config SYS_FSL_SEC_BE
+       bool "Big-endian access to Freescale Secure Boot"
+
 config SYS_FSL_SEC_COMPAT
        int "Freescale Secure Boot compatibility"
        depends on SYS_FSL_HAS_SEC
@@ -37,3 +40,6 @@ config SYS_FSL_SEC_COMPAT
        default 4 if SYS_FSL_SEC_COMPAT_4
        default 5 if SYS_FSL_SEC_COMPAT_5
        default 6 if SYS_FSL_SEC_COMPAT_6
+
+config SYS_FSL_SEC_LE
+       bool "Little-endian access to Freescale Secure Boot"