summaryrefslogtreecommitdiff
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-06-05 01:30:34 -0700
committerYe Li <ye.li@nxp.com>2022-04-06 15:58:46 +0800
commit0c537b10401e94620ee110c21b5cfcaaa5c05121 (patch)
tree0e8089a981ab08dcdfba817800569d88ad107e41 /lib/Kconfig
parent5ac94ae31bc56760b9d289b4fe2b98f715f695bb (diff)
MLK-18591-1 android: Add the AVB library
Porting the android AVB lib from imx u-boot v2018.03. Since 2019 u-boot has added latest AVB library, try to reuse it. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 2105662ada738a271e12a81d775134a5821dc38f) (cherry picked from commit f7291d86c4183ce2e299ad271aa5618c71507ffc) (cherry picked from commit b871714c519e1bda3de6afbd354bee2cb246e4b7) (cherry picked from commit 64520f3e5f495ecce79177fba11e3d41299529b2) (cherry picked from commit 076fe5bc4d29deaf6d008e579b5cfe7408bc4525) (cherry picked from commit 5c5c11b5eb2f185aeb6ae432520093b0ef684b26) (cherry picked from commit 6afb9ebcce19079981344822211b3b8c4bfce635)
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 3c6fa99b1a6..12b482d645f 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -384,6 +384,25 @@ config LIBAVB
device. Introduces such features as boot chain of trust, rollback
protection etc.
+config AVB_SUPPORT
+ bool "Enable Android AVB lib support"
+ select LIBAVB
+
+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"
+
endmenu
menu "Hashing Support"