Loading drivers/usb/gadget/Kconfig +13 −0 Original line number Diff line number Diff line Loading @@ -225,6 +225,9 @@ config USB_F_ACC config USB_F_AUDIO_SRC tristate config USB_F_QDSS tristate # this first set of drivers all depend on bulk-capable hardware. config USB_CONFIGFS Loading Loading @@ -527,6 +530,16 @@ config USB_CONFIGFS_F_DIAG over USB. Applications can also send commands to diagnostics client running on device. config USB_CONFIGFS_F_QDSS tristate "USB QDSS function" select USB_F_QDSS depends on USB_CONFIGFS help USB QDSS function driver to get hwtracing related data over USB. USB QDSS function driver which allows communication between USB BAM and QDSS BAM for QDSS debug functionality over USB. 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 @@ -56,3 +56,5 @@ usb_f_audio_source-y := f_audio_source.o obj-$(CONFIG_USB_F_AUDIO_SRC) += usb_f_audio_source.o usb_f_diag-y := f_diag.o obj-$(CONFIG_USB_F_DIAG) += usb_f_diag.o usb_f_qdss-y := f_qdss.o u_qdss.o obj-$(CONFIG_USB_F_QDSS) += usb_f_qdss.o Loading
drivers/usb/gadget/Kconfig +13 −0 Original line number Diff line number Diff line Loading @@ -225,6 +225,9 @@ config USB_F_ACC config USB_F_AUDIO_SRC tristate config USB_F_QDSS tristate # this first set of drivers all depend on bulk-capable hardware. config USB_CONFIGFS Loading Loading @@ -527,6 +530,16 @@ config USB_CONFIGFS_F_DIAG over USB. Applications can also send commands to diagnostics client running on device. config USB_CONFIGFS_F_QDSS tristate "USB QDSS function" select USB_F_QDSS depends on USB_CONFIGFS help USB QDSS function driver to get hwtracing related data over USB. USB QDSS function driver which allows communication between USB BAM and QDSS BAM for QDSS debug functionality over USB. 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 @@ -56,3 +56,5 @@ usb_f_audio_source-y := f_audio_source.o obj-$(CONFIG_USB_F_AUDIO_SRC) += usb_f_audio_source.o usb_f_diag-y := f_diag.o obj-$(CONFIG_USB_F_DIAG) += usb_f_diag.o usb_f_qdss-y := f_qdss.o u_qdss.o obj-$(CONFIG_USB_F_QDSS) += usb_f_qdss.o