summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorKory Maincent <[email protected]>2026-01-14 10:56:53 +0100
committerIlias Apalodimas <[email protected]>2026-02-13 16:04:40 +0200
commit7080475bb7c2e9ed272cb88be83a42e73edfe0f7 (patch)
tree19a66cb16a07c46cb7c21a60a4d1729cd7406ffb /cmd
parent9e6b66409a3235ae73f1937929fe025911165bbb (diff)
fwu-mdata: Allow multiple metadata storage drivers to be enabled
Change the Kconfig from a "choice" to a conditional block, allowing multiple FWU metadata storage drivers to be selected simultaneously instead of being mutually exclusive. This enables systems with FWU metadata on different storage types (e.g., both GPT-partitioned block devices and MTD devices) to have both drivers compiled in. The board can then select the appropriate driver at runtime based on the devicetree description. The change converts FWU_MDATA to a menuconfig and replaces the "choice/endchoice" block with "if FWU_MDATA/endif", making FWU_MDATA_GPT_BLK default to 'y' for backward compatibility. Signed-off-by: Kory Maincent <[email protected]> Acked-by: Sughosh Ganu <[email protected]> Reviewed-by: Tom Rini <[email protected]> Signed-off-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'cmd')
0 files changed, 0 insertions, 0 deletions