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