Kconfig (15761826eecda192f4d1527e08c32193a03e94b7) | Kconfig (88af8bbe4ef781031ad3370847553f3b42ba0076) |
---|---|
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). --- 479 unchanged lines hidden (view full) --- 488 489# 490# USB Gadget Drivers 491# 492 493# composite based drivers 494config USB_LIBCOMPOSITE 495 tristate | 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). --- 479 unchanged lines hidden (view full) --- 488 489# 490# USB Gadget Drivers 491# 492 493# composite based drivers 494config USB_LIBCOMPOSITE 495 tristate |
496 select CONFIGFS_FS |
|
496 depends on USB_GADGET 497 498config USB_F_ACM 499 tristate 500 501config USB_F_SS_LB 502 tristate 503 --- 461 unchanged lines hidden --- | 497 depends on USB_GADGET 498 499config USB_F_ACM 500 tristate 501 502config USB_F_SS_LB 503 tristate 504 --- 461 unchanged lines hidden --- |