Loading drivers/usb/gadget/Kconfig +10 −0 Original line number Diff line number Diff line Loading @@ -230,6 +230,9 @@ config USB_F_CDEV config USB_F_CCID tristate config USB_F_GSI tristate # this first set of drivers all depend on bulk-capable hardware. config USB_CONFIGFS Loading Loading @@ -539,6 +542,13 @@ config USB_CONFIGFS_F_CCID USB CCID function driver creates transport layer between the userspace CCID component and the Windows Host. config USB_CONFIGFS_F_GSI bool "USB GSI function" select USB_F_GSI depends on USB_CONFIGFS help Generic function driver to support h/w acceleration to IPA over GSI. choice tristate "USB Gadget Drivers" default USB_ETH Loading drivers/usb/gadget/function/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -60,3 +60,5 @@ usb_f_cdev-y := f_cdev.o obj-$(CONFIG_USB_F_CDEV) += usb_f_cdev.o usb_f_ccid-y := f_ccid.o obj-$(CONFIG_USB_F_CCID) += usb_f_ccid.o usb_f_gsi-y := f_gsi.o rndis.o obj-$(CONFIG_USB_F_GSI) += usb_f_gsi.o Loading
drivers/usb/gadget/Kconfig +10 −0 Original line number Diff line number Diff line Loading @@ -230,6 +230,9 @@ config USB_F_CDEV config USB_F_CCID tristate config USB_F_GSI tristate # this first set of drivers all depend on bulk-capable hardware. config USB_CONFIGFS Loading Loading @@ -539,6 +542,13 @@ config USB_CONFIGFS_F_CCID USB CCID function driver creates transport layer between the userspace CCID component and the Windows Host. config USB_CONFIGFS_F_GSI bool "USB GSI function" select USB_F_GSI depends on USB_CONFIGFS help Generic function driver to support h/w acceleration to IPA over GSI. choice tristate "USB Gadget Drivers" default USB_ETH Loading
drivers/usb/gadget/function/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -60,3 +60,5 @@ usb_f_cdev-y := f_cdev.o obj-$(CONFIG_USB_F_CDEV) += usb_f_cdev.o usb_f_ccid-y := f_ccid.o obj-$(CONFIG_USB_F_CCID) += usb_f_ccid.o usb_f_gsi-y := f_gsi.o rndis.o obj-$(CONFIG_USB_F_GSI) += usb_f_gsi.o