summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/Kconfig
diff options
context:
space:
mode:
authorJi Luo <ji.luo@nxp.com>2021-08-18 14:58:10 +0800
committerJi Luo <ji.luo@nxp.com>2022-04-20 09:49:54 +0800
commitd682f39cbb0089ac32d13ff66a63d1e7accd3af6 (patch)
treec1859d648fee0dd9135ebf3fcca0dfe70a03a394 /arch/arm/mach-imx/Kconfig
parent69d1548bda4e0576b954138518f475616b89c368 (diff)
MA-19340-1 Enable ID attestation for Android12
The ID attestation is supported by default in Trusty OS now, but the format of data is different with the NXP implemented one. This commit abandons the NXP implementation and sync the process and data format with Trusty OS. Test: ID provision and attestation. Signed-off-by: Ji Luo <ji.luo@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com> Change-Id: I87d4fe98125858cfac4a997c70fcb66826c5710a (cherry picked from commit 2786fc57541bf15cd8e9855c68b84c6a6521d614)
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r--arch/arm/mach-imx/Kconfig34
1 files changed, 32 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 53a82cc4a6..29ffebd1b7 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -336,10 +336,40 @@ config ID_ATTESTATION
default y
depends on IMX_TRUSTY_OS
+config ATTESTATION_ID_BRAND
+ string "brand name"
+ depends on IMX_TRUSTY_OS && ID_ATTESTATION
+ default ""
+
+config ATTESTATION_ID_DEVICE
+ string "device name"
+ depends on IMX_TRUSTY_OS && ID_ATTESTATION
+ default ""
+
config ATTESTATION_ID_PRODUCT
- string "Product name for ID attestation"
+ string "product name"
+ depends on IMX_TRUSTY_OS && ID_ATTESTATION
+ default ""
+
+config ATTESTATION_ID_IMEI
+ string "IMEI id"
+ depends on IMX_TRUSTY_OS && ID_ATTESTATION
+ default ""
+
+config ATTESTATION_ID_MEID
+ string "MEID id"
+ depends on IMX_TRUSTY_OS && ID_ATTESTATION
+ default ""
+
+config ATTESTATION_ID_MANUFACTURER
+ string "manufacture name"
+ depends on IMX_TRUSTY_OS && ID_ATTESTATION
+ default ""
+
+config ATTESTATION_ID_MODEL
+ string "model name"
depends on IMX_TRUSTY_OS && ID_ATTESTATION
- default SYS_CONFIG_NAME
+ default ""
config SECURE_UNLOCK
bool "Enable secure unlock for Android devices, it can only be enabled on HAB closed board"