137a7bc39SJason Zhuconfig AVB_LIBAVB_USER 237a7bc39SJason Zhu bool "Android AVB read/write hardware" 337a7bc39SJason Zhu help 437a7bc39SJason Zhu This config support the android things system to 537a7bc39SJason Zhu read/write hardware image, like vbmeta, misc, and 637a7bc39SJason Zhu so on. And it can provide some a/b and avb information 737a7bc39SJason Zhu to fastboot and kernel. 837a7bc39SJason Zhu 9*a349065bSJoseph Chenconfig AVB_VBMETA_PUBLIC_KEY_VALIDATE 10*a349065bSJoseph Chen bool "Support vbmeta public key validate" 11*a349065bSJoseph Chen depends on AVB_LIBAVB_USER 12*a349065bSJoseph Chen help 13*a349065bSJoseph Chen support vbmeta public key validate. 14*a349065bSJoseph Chen 1537a7bc39SJason Zhuconfig SPL_AVB_LIBAVB_USER 1637a7bc39SJason Zhu bool "Android AVB read/write hardware for spl" 1737a7bc39SJason Zhu help 1837a7bc39SJason Zhu This config support the android things system to 1937a7bc39SJason Zhu read/write hardware image, like vbmeta, misc, and 2037a7bc39SJason Zhu so on. And it can provide some a/b and avb information 2137a7bc39SJason Zhu to fastboot and kernel. 2237a7bc39SJason Zhu 2337a7bc39SJason Zhuconfig TPL_AVB_LIBAVB_USER 2437a7bc39SJason Zhu bool "Android AVB read/write hardware for tpl" 2537a7bc39SJason Zhu help 2637a7bc39SJason Zhu This config support the android things system to 2737a7bc39SJason Zhu read/write hardware image, like vbmeta, misc, and 2837a7bc39SJason Zhu so on. And it can provide some a/b and avb information 2937a7bc39SJason Zhu to fastboot and kernel. 30