xref: /rk3399_rockchip-uboot/lib/avb/libavb_ab/Kconfig (revision 93a7515a89b7c181f810a1b9d77717f5e7a27e5f)
1config AVB_LIBAVB_AB
2	bool "Choose the a/b system and flow"
3	help
4	  In the android things system, there are
5	  _a and _b or more systems. So we have to
6	  choose the _a or _b system to startup.
7	  This libavb_ab can suport these functions.
8
9config SPL_AVB_LIBAVB_AB
10	bool "Choose the a/b system and flow for spl"
11	help
12	  In the android things system, there are
13	  _a and _b or more systems. So we have to
14	  choose the _a or _b system to startup.
15	  This libavb_ab can suport these functions.
16
17config TPL_AVB_LIBAVB_AB
18	bool "Choose the a/b system and flow for tpl"
19	help
20	  In the android things system, there are
21	  _a and _b or more systems. So we have to
22	  choose the _a or _b system to startup.
23	  This libavb_ab can suport these functions.
24