summaryrefslogtreecommitdiff
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorfaqiang.zhu <faqiang.zhu@nxp.com>2020-10-21 16:14:38 +0800
committerJi Luo <ji.luo@nxp.com>2022-04-18 16:40:09 +0800
commitead56af22b37a0e8f9369e6d49409b0500f75471 (patch)
tree0454d84ac4a05cfa3036fadf2db846b0e9bcb81f /lib/Kconfig
parent26964152b3d1a254cf448f86839c30d609fb62dd (diff)
MA-17519-4 boot up car2 with recovery ramdisk
To use dynamic partition feature in Android, recovery ramdisk is used to mount the logical partitions and boot up Android. Define a configuration item "CONFIG_ANDROID_DYNAMIC_PARTITION", use it to control the bootargs and whether ramdisk should be loaded instead of "CONFIG_ANDROID_AUTO" because now Android auto also use dynamic partition feature now. Move the definition of function "fastboot_setup_system_boot_args" under the macro "CONFIG_CMD_BOOTA" to avoid build warnings. Signed-off-by: faqiang.zhu <faqiang.zhu@nxp.com> Change-Id: I0b1cfe6120fc939e7f1a1eb600d8176c81edf129 (cherry picked from commit 972ccff86796e2b7f9a444d09550cd5e393cd93e) (cherry picked from commit 7154723e8a43f06f27bab3692024f3579f4b78e4) (cherry picked from commit c3dd6b105d62a68a0222ee9f892e7502ee6fe6ad)
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 2120706ff4c..72dfb00d8b4 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -410,8 +410,12 @@ 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"