xref: /OK3568_Linux_fs/u-boot/lib/avb/rk_avb_user/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig RK_AVB_LIBAVB_USER
2*4882a593Smuzhiyun	bool "Rockchip AVB support"
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 SPL_RK_AVB_LIBAVB_USER
10*4882a593Smuzhiyun	bool "Rockchip AVB support for spl"
11*4882a593Smuzhiyun	help
12*4882a593Smuzhiyun	  This config support the android things system to
13*4882a593Smuzhiyun	  read/write hardware image, like vbmeta, misc, and
14*4882a593Smuzhiyun	  so on. And it can provide some a/b and avb information
15*4882a593Smuzhiyun	  to fastboot and kernel.
16*4882a593Smuzhiyun
17*4882a593Smuzhiyunconfig TPL_RK_AVB_LIBAVB_USER
18*4882a593Smuzhiyun	bool "Rockchip AVB support for tpl"
19*4882a593Smuzhiyun	help
20*4882a593Smuzhiyun	  This config support the android things system to
21*4882a593Smuzhiyun	  read/write hardware image, like vbmeta, misc, and
22*4882a593Smuzhiyun	  so on. And it can provide some a/b and avb information
23*4882a593Smuzhiyun
24*4882a593Smuzhiyunconfig ROCKCHIP_PRELOADER_PUB_KEY
25*4882a593Smuzhiyun	bool "Rockchip AVB use pre-loader public key"
26*4882a593Smuzhiyun	depends on AVB_LIBAVB_USER
27*4882a593Smuzhiyun	select CRYPTO_ROCKCHIP
28*4882a593Smuzhiyun	help
29*4882a593Smuzhiyun	  Use pre-loader public key to decode in avb.
30