xref: /OK3568_Linux_fs/u-boot/lib/avb/libavb_user/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig AVB_LIBAVB_USER
2*4882a593Smuzhiyun	bool "Android AVB read/write hardware"
3*4882a593Smuzhiyun	help
4*4882a593Smuzhiyun	  This config support the android things system to
5*4882a593Smuzhiyun	  read/write hardware image, like vbmeta, misc, and
6*4882a593Smuzhiyun	  so on. And it can provide some a/b and avb information
7*4882a593Smuzhiyun	  to fastboot and kernel.
8*4882a593Smuzhiyun
9*4882a593Smuzhiyunconfig AVB_VBMETA_PUBLIC_KEY_VALIDATE
10*4882a593Smuzhiyun	bool "Support vbmeta public key validate"
11*4882a593Smuzhiyun	depends on AVB_LIBAVB_USER
12*4882a593Smuzhiyun	select CONSOLE_DISABLE_CLI
13*4882a593Smuzhiyun	help
14*4882a593Smuzhiyun	  support vbmeta public key validate, system bootflow would be
15*4882a593Smuzhiyun	  uninterruptale when it is enabled:
16*4882a593Smuzhiyun	    - only allow "boot_android" as bootcmd;
17*4882a593Smuzhiyun	    - enter rockusb or fastboot when boot failed;
18*4882a593Smuzhiyun	    - not allow ctrl+c to enter hush;
19*4882a593Smuzhiyun
20*4882a593Smuzhiyunconfig SPL_AVB_LIBAVB_USER
21*4882a593Smuzhiyun	bool "Android AVB read/write hardware for spl"
22*4882a593Smuzhiyun	help
23*4882a593Smuzhiyun	  This config support the android things system to
24*4882a593Smuzhiyun	  read/write hardware image, like vbmeta, misc, and
25*4882a593Smuzhiyun	  so on. And it can provide some a/b and avb information
26*4882a593Smuzhiyun	  to fastboot and kernel.
27*4882a593Smuzhiyun
28*4882a593Smuzhiyunconfig TPL_AVB_LIBAVB_USER
29*4882a593Smuzhiyun	bool "Android AVB read/write hardware for tpl"
30*4882a593Smuzhiyun	help
31*4882a593Smuzhiyun	  This config support the android things system to
32*4882a593Smuzhiyun	  read/write hardware image, like vbmeta, misc, and
33*4882a593Smuzhiyun	  so on. And it can provide some a/b and avb information
34*4882a593Smuzhiyun	  to fastboot and kernel.
35