xref: /OK3568_Linux_fs/u-boot/lib/avb/libavb/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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