menu "PLATFORM_SECURITY_CONFIG"

config ENABLE_PLATFORM_AES
	bool "ENABLE_PLATFORM_AES: platform support aes"
    default n

config ENABLE_PLATFORM_SHA256
	bool "ENABLE_PLATFORM_SHA256: platform support sha256"
    default n

config ENABLE_PLATFORM_MD5
	bool "ENABLE_PLATFORM_MD5: platform support md5"
    default n

config ENABLE_PLATFORM_SHA1
	bool "ENABLE_PLATFORM_SHA1: platform support sha1"
    default n

config ENABLE_PLATFORM_RSA
	bool "ENABLE_PLATFORM_RSA: platform support rsa"
    default n

config ENABLE_PLATFORM_ECC
	bool "ENABLE_PLATFORM_ECC: platform support ecc"
    default n

endmenu
