blob: 36c4479a59e529aa61f31aca957e91a7c11054a7 [file] [log] [blame]
Sughosh Ganu554b38f2022-10-21 18:15:56 +05301config FWU_MDATA
2 bool "Driver support for accessing FWU Metadata"
3 depends on DM
4 help
5 Enable support for accessing FWU Metadata partitions. The
6 FWU Metadata partitions reside on the same storage device
7 which contains the other FWU updatable firmware images.
8
9config FWU_MDATA_GPT_BLK
10 bool "FWU Metadata access for GPT partitioned Block devices"
11 select PARTITION_TYPE_GUID
12 select PARTITION_UUIDS
13 depends on FWU_MDATA && BLK && EFI_PARTITION
14 help
15 Enable support for accessing FWU Metadata on GPT partitioned
16 block devices.