summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJi Luo <ji.luo@nxp.com>2021-01-26 15:26:36 +0800
committerJi Luo <ji.luo@nxp.com>2022-04-18 16:40:10 +0800
commit04d62202b5693233e08738496600019fc5195b8c (patch)
tree5765f742154a860c3f0c296d3a346704ee575deb /lib
parentd6c2305cf624a31b76165b7302adfb494003b781 (diff)
MA-18634-1 Android: refine config dependency
Refine the dependency of some configs to make it easier to add/modify android config files. Test: builds. Change-Id: Iccb044dadc7ce1e0b839bf83e2e9157e718f286c Signed-off-by: Ji Luo <ji.luo@nxp.com> (cherry picked from commit 86f4f99a367bbc0ef99d4ab2a0b4078babfbfbd2) (cherry picked from commit 8f3e86b52a27948ba1be1d93dae5e5a4c8a73a0a) (cherry picked from commit ff17b410ea60f6450c2ef9342a5b9e55e1929470)
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"