From: Pali Rohár Date: Mon, 8 Jun 2015 06:20:05 +0000 (+0200) Subject: usb: gadget: nokia: Add mass storage driver to g_nokia X-Git-Tag: omap-for-v4.3/fixes-merge-window~42^2~35^2~145 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ea75095fe6d683900ccc674fcac375e7df68005;p=pandora-kernel.git usb: gadget: nokia: Add mass storage driver to g_nokia This patch adds removable mass storage support to g_nokia gadget (for N900). It means that at runtime block device can be exported or unexported. So it does not export anything by default and thus allows to use MyDocs partition as before... [ balbi@ti.com: make it build ] Signed-off-by: Pali Rohár Signed-off-by: Felipe Balbi --- diff --git a/drivers/usb/gadget/legacy/Kconfig b/drivers/usb/gadget/legacy/Kconfig index d5a7102de696..ddef41f6df3e 100644 --- a/drivers/usb/gadget/legacy/Kconfig +++ b/drivers/usb/gadget/legacy/Kconfig @@ -346,6 +346,7 @@ config USB_G_NOKIA select USB_F_OBEX select USB_F_PHONET select USB_F_ECM + select USB_F_MASS_STORAGE help The Nokia composite gadget provides support for acm, obex and phonet in only one composite gadget driver. Reading git-diff-tree failed