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 24config ROCKCHIP_PRELOADER_PUB_KEY 25 bool "Rockchip AVB use pre-loader public key" 26 depends on AVB_LIBAVB_USER 27 select CRYPTO_ROCKCHIP 28 help 29 Use pre-loader public key to decode in avb. 30