diff options
author | Andrzej Pietrasiewicz <andrzej.p@samsung.com> | 2015-12-11 10:06:22 -0500 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2015-12-20 22:40:36 -0500 |
commit | 002407145c9be32d9ae76dbdba711f20c9e65713 (patch) | |
tree | 252e20313a675c9ce5b378261d994bc8be268bc3 /drivers/usb/gadget/legacy/Kconfig | |
parent | dc8c46a5ae770d3d763353e786990bc415bc5560 (diff) |
usb: gadget: tcm: convert to use new function registration interface
Convert the only user of old tcm function interface so that the old
interface can be removed.
Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Acked-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/usb/gadget/legacy/Kconfig')
-rw-r--r-- | drivers/usb/gadget/legacy/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/legacy/Kconfig b/drivers/usb/gadget/legacy/Kconfig index 4d682ad7bf23..a23d1b90454c 100644 --- a/drivers/usb/gadget/legacy/Kconfig +++ b/drivers/usb/gadget/legacy/Kconfig | |||
@@ -250,6 +250,7 @@ config USB_GADGET_TARGET | |||
250 | tristate "USB Gadget Target Fabric Module" | 250 | tristate "USB Gadget Target Fabric Module" |
251 | depends on TARGET_CORE | 251 | depends on TARGET_CORE |
252 | select USB_LIBCOMPOSITE | 252 | select USB_LIBCOMPOSITE |
253 | select USB_F_TCM | ||
253 | help | 254 | help |
254 | This fabric is an USB gadget. Two USB protocols are supported that is | 255 | This fabric is an USB gadget. Two USB protocols are supported that is |
255 | BBB or BOT (Bulk Only Transport) and UAS (USB Attached SCSI). BOT is | 256 | BBB or BOT (Bulk Only Transport) and UAS (USB Attached SCSI). BOT is |