[U-Boot] [PATCH 4/4] usb: ums: Kconfig: Select USB_FUNCTION_MASS_STORAGE when enabling 'ums' command

Lukasz Majewski lukma at denx.de
Mon Jan 29 18:28:02 UTC 2018


The CONFIG_USB_FUNCTION_MASS_STORAGE must be selected when one enables
support for ums command.

Signed-off-by: Lukasz Majewski <lukma at denx.de>
---

 cmd/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cmd/Kconfig b/cmd/Kconfig
index 676011dcdc4c..051c1b6457a2 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
 
-- 
2.11.0



More information about the U-Boot mailing list