Loading drivers/usb/gadget/Kconfig +12 −0 Original line number Diff line number Diff line Loading @@ -234,6 +234,8 @@ config USB_F_ACC config USB_F_QDSS tristate config USB_F_GSI tristate # this first set of drivers all depend on bulk-capable hardware. Loading Loading @@ -570,6 +572,16 @@ config USB_CONFIGFS_F_QDSS between USB BAM and QDSS BAM for QDSS debug functionality over USB. 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. This driver provides USB RMNET/RNDIS/ECM/MBIM/DPL related functionalities using GSI hardware accelerated data path and control path. choice tristate "USB Gadget precomposed configurations" default USB_ETH Loading drivers/usb/gadget/function/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -62,3 +62,5 @@ usb_f_accessory-y := f_accessory.o obj-$(CONFIG_USB_F_ACC) += usb_f_accessory.o usb_f_qdss-y := f_qdss.o u_qdss.o obj-$(CONFIG_USB_F_QDSS) += usb_f_qdss.o usb_f_gsi-y := f_gsi.o rndis.o obj-$(CONFIG_USB_F_GSI) += usb_f_gsi.o Loading
drivers/usb/gadget/Kconfig +12 −0 Original line number Diff line number Diff line Loading @@ -234,6 +234,8 @@ config USB_F_ACC config USB_F_QDSS tristate config USB_F_GSI tristate # this first set of drivers all depend on bulk-capable hardware. Loading Loading @@ -570,6 +572,16 @@ config USB_CONFIGFS_F_QDSS between USB BAM and QDSS BAM for QDSS debug functionality over USB. 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. This driver provides USB RMNET/RNDIS/ECM/MBIM/DPL related functionalities using GSI hardware accelerated data path and control path. choice tristate "USB Gadget precomposed configurations" default USB_ETH Loading
drivers/usb/gadget/function/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -62,3 +62,5 @@ usb_f_accessory-y := f_accessory.o obj-$(CONFIG_USB_F_ACC) += usb_f_accessory.o usb_f_qdss-y := f_qdss.o u_qdss.o obj-$(CONFIG_USB_F_QDSS) += usb_f_qdss.o usb_f_gsi-y := f_gsi.o rndis.o obj-$(CONFIG_USB_F_GSI) += usb_f_gsi.o