summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig40
1 files changed, 0 insertions, 40 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 48d30eda53..5a65c132ea 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -392,46 +392,6 @@ config AVB_ATX
bool "Enable AVB_ATX support"
depends on AVB_SUPPORT
-config APPEND_BOOTARGS
- bool "Append bootargs support"
-
-config DUAL_BOOTLOADER
- bool "Enable dual bootloader support"
- help
- Enable A/B bootloader select in SPL.
-
-config AT_AUTHENTICATE_UNLOCK
- bool "Enable authenticate unlock for Android Things devices"
-
-config SECURE_UNLOCK
- bool "Enable secure unlock for Android devices, it can only be enabled on HAB closed board"
-
-config TRUSTY_UNLOCK_PERMISSION
- bool "Support unlock permission protection in trusty"
- depends on IMX_TRUSTY_OS
-
-config ANDROID_DYNAMIC_PARTITION
- bool "Support to boot up Android with system image in logical partitions"
-
-config VIRTUAL_AB_SUPPORT
- bool "Support virtual AB update"
- select ANDROID_DYNAMIC_PARTITION
-
-config LOAD_KEY_FROM_RPMB
- bool "Support load AVB public key from RPMB storage"
- 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"