xref: /rk3399_rockchip-uboot/lib/avb/rk_avb_user/Kconfig (revision 74b485fb2bb55e7d9926171a44f5be0a36fa6796)
137a7bc39SJason Zhuconfig RK_AVB_LIBAVB_USER
237a7bc39SJason Zhu	bool "Rockchip AVB support"
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
937a7bc39SJason Zhuconfig SPL_RK_AVB_LIBAVB_USER
1037a7bc39SJason Zhu	bool "Rockchip AVB support for spl"
1137a7bc39SJason Zhu	help
1237a7bc39SJason Zhu	  This config support the android things system to
1337a7bc39SJason Zhu	  read/write hardware image, like vbmeta, misc, and
1437a7bc39SJason Zhu	  so on. And it can provide some a/b and avb information
1537a7bc39SJason Zhu	  to fastboot and kernel.
1637a7bc39SJason Zhu
1737a7bc39SJason Zhuconfig TPL_RK_AVB_LIBAVB_USER
1837a7bc39SJason Zhu	bool "Rockchip AVB support for tpl"
1937a7bc39SJason Zhu	help
2037a7bc39SJason Zhu	  This config support the android things system to
2137a7bc39SJason Zhu	  read/write hardware image, like vbmeta, misc, and
2237a7bc39SJason Zhu	  so on. And it can provide some a/b and avb information
23*74b485fbSJason Zhu
24*74b485fbSJason Zhuconfig ROCKCHIP_PRELOADER_PUB_KEY
25*74b485fbSJason Zhu	bool "Rockchip AVB use pre-loader public key"
26*74b485fbSJason Zhu	depends on AVB_LIBAVB_USER
27*74b485fbSJason Zhu	select CRYPTO_ROCKCHIP
28*74b485fbSJason Zhu	help
29*74b485fbSJason Zhu	  Use pre-loader public key to decode in avb.
30