From 840a178c94dbd3f5b5550fb8621620cb761de72d Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 18 Oct 2012 10:26:09 +0200 Subject: usb: mtp filesharing Implementation of a USB Media Transfer Device device for easy filesharing. Read-only. No access control inside qemu, it will happily export any file it is able to open to the guest, i.e. standard unix access rights for the qemu process apply. Signed-off-by: Gerd Hoffmann --- default-configs/usb.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'default-configs') diff --git a/default-configs/usb.mak b/default-configs/usb.mak index 1bf9075e85..73d84895aa 100644 --- a/default-configs/usb.mak +++ b/default-configs/usb.mak @@ -1,6 +1,7 @@ CONFIG_USB_TABLET_WACOM=y CONFIG_USB_STORAGE_BOT=y CONFIG_USB_STORAGE_UAS=y +CONFIG_USB_STORAGE_MTP=y CONFIG_USB_SMARTCARD=y CONFIG_USB_AUDIO=y CONFIG_USB_SERIAL=y -- cgit v1.2.1