aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/Kconfig
diff options
context:
space:
mode:
authorAndrzej Pietrasiewicz <andrzej.p@samsung.com>2013-05-28 03:15:56 -0400
committerFelipe Balbi <balbi@ti.com>2013-06-10 10:58:08 -0400
commit02832e56f88a981474ee4c7c141f46fc1b4454f4 (patch)
tree9d69ab395696bb866ec54f17f2ecc4c67dbda84d /drivers/usb/gadget/Kconfig
parent74bf963d1d230b0cedbcbc46f6f15f20c2e3ee55 (diff)
usb: gadget: f_subset: add configfs support
f_subset learns about configfs so we can, eventually, remove in-kernel gadget drivers. 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/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index 0a444f39109f..3a72b9dbf7f0 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -547,6 +547,16 @@ choice
547 547
548# this first set of drivers all depend on bulk-capable hardware. 548# this first set of drivers all depend on bulk-capable hardware.
549 549
550config USB_CONFIGFS_ECM_SUBSET
551 boolean "Ethernet Control Model (CDC ECM) subset"
552 depends on USB_CONFIGFS
553 depends on NET
554 select USB_U_ETHER
555 select USB_F_SUBSET
556 help
557 On hardware that can't implement the full protocol,
558 a simple CDC subset is used, placing fewer demands on USB.
559
550config USB_CONFIGFS_EEM 560config USB_CONFIGFS_EEM
551 bool "Ethernet Emulation Model (EEM)" 561 bool "Ethernet Emulation Model (EEM)"
552 depends on USB_CONFIGFS 562 depends on USB_CONFIGFS