xref: /rk3399_rockchip-uboot/lib/avb/libavb/Kconfig (revision bc04a3dd9a41813372820ba50655022a6a28bfbf)
1config AVB_LIBAVB
2	bool "Support running U-Boot AVB"
3	help
4	  The new android bootloader need to startup
5	  with a/b and avb.This config can add the
6	  AVB functions to u-boot.
7
8config SPL_AVB_LIBAVB
9	bool "Support running U-Boot AVB for spl"
10	help
11	  The new android bootloader need to startup
12	  with a/b and avb.This config can add the
13	  AVB functions to u-boot.
14
15config TPL_AVB_LIBAVB
16	bool "Support running U-Boot AVB for tpl"
17	help
18	  The new android bootloader need to startup
19	  with a/b and avb.This config can add the
20	  AVB functions to u-boot.
21