diff options
| author | Patrice Chotard <[email protected]> | 2025-01-30 17:35:47 +0100 |
|---|---|---|
| committer | Mattijs Korpershoek <[email protected]> | 2025-02-11 09:01:08 +0100 |
| commit | 4096d28ec80f982454ef0dc7d42a4d4eaead5d56 (patch) | |
| tree | b806dca3af6b91d185b24943c51d32911af2b5b9 | |
| parent | 0b96214cb32ebc54e92442a96eb9dc1e1f7e9175 (diff) | |
configs: stih410-b2260: Enable CMD_USB_MASS_STORAGE flag
Enable CMD_USB_MASS_STORAGE flag.
Signed-off-by: Patrice Chotard <[email protected]>
Cc: Marek Vasut <[email protected]>
Reviewed-by: Patrick Delaunay <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[mkorpershoek: fixed up commit footer]
Signed-off-by: Mattijs Korpershoek <[email protected]>
| -rw-r--r-- | configs/stih410-b2260_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stih410-b2260_defconfig b/configs/stih410-b2260_defconfig index 5641fd1d8d7..1e5190dc828 100644 --- a/configs/stih410-b2260_defconfig +++ b/configs/stih410-b2260_defconfig @@ -25,6 +25,7 @@ CONFIG_CMD_ASKENV=y CONFIG_CMD_GPT=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y +CONFIG_CMD_USB_MASS_STORAGE=y CONFIG_CMD_TIME=y CONFIG_CMD_TIMER=y CONFIG_CMD_EXT4_WRITE=y |
