menuconfig UNIFY_KEY_MANAGE
    bool "Amlogic unifykey"
	depends on OF_LIBFDT
    help
        This enables support for keyman (Amlogic key manage),
        A driver providing APIs for flash key and efuse key
if UNIFY_KEY_MANAGE
    config AML_SECURITY_KEY
        depends on SECURE_STORAGE
        bool "Amlogic flash key"
        default y
        select SHA256
        help
            "security key wrapper for APIs bl31"
    config KEYMAN_PROVISION_KEY
        bool "Amlogic burn provision key"
        default y
        help
            "provision key wrapper for burn tool"
endif #if UNIFY_KEY_MANAGE
