summaryrefslogtreecommitdiff
path: root/lib/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index c500c45881..fc20734b63 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -393,6 +393,16 @@ config LOAD_KEY_FROM_RPMB
default n
depends on IMX_TRUSTY_OS
+config ID_ATTESTATION
+ bool "Support device ID attestation"
+ default n
+ depends on IMX_TRUSTY_OS
+
+config ATTESTATION_ID_PRODUCT
+ string "Product name for ID attestation"
+ depends on IMX_TRUSTY_OS && ID_ATTESTATION
+ default SYS_CONFIG_NAME
+
endmenu
menu "Hashing Support"