Kconfig (84abd88a70090cf00f9e45c3a81680874f17626e) | Kconfig (f358f5b40af67caf28b627889d007294614170b2) |
---|---|
1# 2# USB Gadget support on a system involves 3# (a) a peripheral controller, and 4# (b) the gadget driver using it. 5# 6# NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !! 7# 8# - Host systems (like PCs) need CONFIG_USB (with "A" jacks). --- 798 unchanged lines hidden (view full) --- 807 808 This driver requires four bulk and two interrupt endpoints, 809 plus the ability to handle altsettings. Not all peripheral 810 controllers are that capable. 811 812 Say "y" to link the driver statically, or "m" to build a 813 dynamically linked module. 814 | 1# 2# USB Gadget support on a system involves 3# (a) a peripheral controller, and 4# (b) the gadget driver using it. 5# 6# NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !! 7# 8# - Host systems (like PCs) need CONFIG_USB (with "A" jacks). --- 798 unchanged lines hidden (view full) --- 807 808 This driver requires four bulk and two interrupt endpoints, 809 plus the ability to handle altsettings. Not all peripheral 810 controllers are that capable. 811 812 Say "y" to link the driver statically, or "m" to build a 813 dynamically linked module. 814 |
815config USB_G_NOKIA 816 tristate "Nokia composite gadget" 817 depends on PHONET 818 help 819 The Nokia composite gadget provides support for acm, obex 820 and phonet in only one composite gadget driver. 821 822 It's only really useful for N900 hardware. If you're building 823 a kernel for N900, say Y or M here. If unsure, say N. 824 |
|
815config USB_G_MULTI 816 tristate "Multifunction Composite Gadget (EXPERIMENTAL)" 817 depends on BLOCK && NET 818 help 819 The Multifunction Composite Gadget provides Ethernet (RNDIS 820 and/or CDC Ethernet), mass storage and ACM serial link 821 interfaces. 822 --- 42 unchanged lines hidden --- | 825config USB_G_MULTI 826 tristate "Multifunction Composite Gadget (EXPERIMENTAL)" 827 depends on BLOCK && NET 828 help 829 The Multifunction Composite Gadget provides Ethernet (RNDIS 830 and/or CDC Ethernet), mass storage and ACM serial link 831 interfaces. 832 --- 42 unchanged lines hidden --- |