From: Andrzej Pietrasiewicz Date: Thu, 13 Jun 2013 08:37:24 +0000 (+0200) Subject: usb/gadget: Kconfig: fix separate building of configfs-enabled functions X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~78^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1c02452a2d0bca01c5bcc81de502746c6a1dde1;p=pandora-kernel.git usb/gadget: Kconfig: fix separate building of configfs-enabled functions USB_CONFGFS_ZZZZ should appear under a tristate option in order to allow selecting more than one function without building the legacy gadgets. Now there are two problems: 1) they can't be selected at all, because they depend on USB_CONFIGFS, and the patch which adds USB_CONFIGFS has not been merged. 2) they don't select USB_LIBCOMPOSITE (which they need but which is selected by USB_CONFIGFS) Signed-off-by: Andrzej Pietrasiewicz Signed-off-by: Kyungmin Park Acked-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed