summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/Kconfig
diff options
context:
space:
mode:
authorAndrzej Pietrasiewicz2013-05-23 10:51:12 +0200
committerFelipe Balbi2013-06-10 16:31:39 +0200
commit83167f12da059799072128e91ab692613d8237ee (patch)
tree4a1adf86f5a16bc4e8f023ca9da621dc39c36df4 /drivers/usb/gadget/Kconfig
parentusb: gadget: f_phonet: convert to new function interface with backward compat... (diff)
downloadkernel-qcow2-linux-83167f12da059799072128e91ab692613d8237ee.tar.gz
kernel-qcow2-linux-83167f12da059799072128e91ab692613d8237ee.tar.xz
kernel-qcow2-linux-83167f12da059799072128e91ab692613d8237ee.zip
usb: gadget: nokia: convert to new interface of f_phonet
use the new interface which will allow us to deprecate the legacy way of binding functions. Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/gadget/Kconfig')
-rw-r--r--drivers/usb/gadget/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index 25fb90290954..313ed5a7f6ed 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -861,6 +861,7 @@ config USB_G_NOKIA
select USB_U_ETHER
select USB_F_ACM
select USB_F_OBEX
+ select USB_F_PHONET
help
The Nokia composite gadget provides support for acm, obex
and phonet in only one composite gadget driver.