diff options
| author | Lukasz Majewski <[email protected]> | 2018-01-29 19:28:02 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-02-02 07:13:48 -0500 |
| commit | e4d4604a7bf06fa24373e016edb465030901ad86 (patch) | |
| tree | 5d5c2b8727f18b8d1a2a0922900aa84a6e804a55 /cmd | |
| parent | 4f60e5d3a82f7061d235c28eb3451b612fae43b5 (diff) | |
usb: ums: Kconfig: Select USB_FUNCTION_MASS_STORAGE when enabling 'ums' command
The CONFIG_USB_FUNCTION_MASS_STORAGE must be selected when one enables
support for ums command.
Signed-off-by: Lukasz Majewski <[email protected]>
Reviewed-by: Jaehoon Chung <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 676011dcdc4..051c1b6457a 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -929,6 +929,7 @@ config CMD_ROCKUSB config CMD_USB_MASS_STORAGE bool "UMS usb mass storage" + select USB_FUNCTION_MASS_STORAGE help USB mass storage support |
