lib: move hash CONFIG options to Kconfig
[platform/kernel/u-boot.git] / drivers / crypto / fsl / Kconfig
index 510a108..3ccd196 100644 (file)
@@ -1,5 +1,6 @@
 config FSL_CAAM
        bool "Freescale Crypto Driver Support"
+       select SHA_HW_ACCEL
        help
          Enables the Freescale's Cryptographic Accelerator and Assurance
          Module (CAAM), also known as the SEC version 4 (SEC4). The driver uses
@@ -30,6 +31,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 +41,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"