xref: /rk3399_rockchip-uboot/lib/avb/rk_avb_user/Kconfig (revision f05ce84792cbd2e5573a414010d421eb8fbb7689)
1config RK_AVB_LIBAVB_USER
2	bool "Rockchip AVB support"
3	help
4	  This config support the android things system to
5	  read/write hardware image, like vbmeta, misc, and
6	  so on. And it can provide some a/b and avb information
7	  to fastboot and kernel.
8
9config SPL_RK_AVB_LIBAVB_USER
10	bool "Rockchip AVB support for spl"
11	help
12	  This config support the android things system to
13	  read/write hardware image, like vbmeta, misc, and
14	  so on. And it can provide some a/b and avb information
15	  to fastboot and kernel.
16
17config TPL_RK_AVB_LIBAVB_USER
18	bool "Rockchip AVB support for tpl"
19	help
20	  This config support the android things system to
21	  read/write hardware image, like vbmeta, misc, and
22	  so on. And it can provide some a/b and avb information
23