| bool "Driver support for accessing FWU Metadata" |
| Enable support for accessing FWU Metadata partitions. The |
| FWU Metadata partitions reside on the same storage device |
| which contains the other FWU updatable firmware images. |
| prompt "Storage Layout Scheme" |
| default FWU_MDATA_GPT_BLK |
| bool "FWU Metadata access for GPT partitioned Block devices" |
| select PARTITION_TYPE_GUID |
| depends on FWU_MDATA && BLK && EFI_PARTITION |
| Enable support for accessing FWU Metadata on GPT partitioned |
| Enable support for accessing FWU Metadata on non-partitioned |
| (or non-GPT partitioned, e.g. partition nodes in devicetree) |