]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb/gadget: Kconfig: fix separate building of configfs-enabled functions
authorAndrzej Pietrasiewicz <andrzej.p@samsung.com>
Thu, 13 Jun 2013 08:37:24 +0000 (10:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Jun 2013 20:41:57 +0000 (13:41 -0700)
commitd1c02452a2d0bca01c5bcc81de502746c6a1dde1
tree15e5e530e3d48e4f775a4853a3eeb9e64b966a23
parent56a9a6de2a87221c859be431b7b48e84b3f867b9
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 <andrzej.p@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/Kconfig