Sughosh Ganu | 554b38f | 2022-10-21 18:15:56 +0530 | [diff] [blame] | 1 | config 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 | |
| 9 | config 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. |