xref: /OK3568_Linux_fs/u-boot/lib/avb/libavb_ab/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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