hi Masami, On Thu, 20 Jan 2022 at 11:37, Masami Hiramatsu <masami.hirama...@linaro.org> wrote: > > Hello Sughosh, > > 2022年1月20日(木) 3:57 Sughosh Ganu <sughosh.g...@linaro.org>: > > > diff --git a/lib/fwu_updates/Kconfig b/lib/fwu_updates/Kconfig > > new file mode 100644 > > index 0000000000..6de28e0c9c > > --- /dev/null > > +++ b/lib/fwu_updates/Kconfig > > @@ -0,0 +1,31 @@ > > +config FWU_MULTI_BANK_UPDATE > > + bool "Enable FWU Multi Bank Update Feature" > > + depends on EFI_HAVE_CAPSULE_SUPPORT > > + select PARTITION_TYPE_GUID > > + select EFI_SETUP_EARLY > > It is clear that the FWU_MULTI_BANK_UPDATE depends on > EFI_CAPSULE_FIRMWARE_RAW, please select it here.
I can do that, but are you sure that this functionality will not be used for FIT images? Or do I use an imply instead of select? -sughosh > > Thank you, > > > -- > Masami Hiramatsu