Loading drivers/usb/gadget/Kconfig +9 −0 Original line number Diff line number Diff line Loading @@ -185,6 +185,9 @@ config USB_F_RNDIS config USB_F_QCRNDIS tristate config USB_F_RMNET_BAM tristate config USB_F_MASS_STORAGE tristate Loading Loading @@ -339,6 +342,12 @@ config USB_CONFIGFS_RNDIS XP, you'll need to download drivers from Microsoft's website; a URL is given in comments found in that info file. config USB_CONFIGFS_RMNET_BAM bool "RMNET_BAM" depends on USB_CONFIGFS depends on IPA select USB_F_RMNET_BAM config USB_CONFIGFS_EEM bool "Ethernet Emulation Model (EEM)" depends on USB_CONFIGFS Loading drivers/usb/gadget/function/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -66,3 +66,5 @@ usb_f_qdss-y := f_qdss.o u_qdss.o obj-$(CONFIG_USB_F_QDSS) += usb_f_qdss.o usb_f_qcrndis-y := f_qc_rndis.o rndis.o u_data_ipa.o obj-$(CONFIG_USB_F_QCRNDIS) += usb_f_qcrndis.o usb_f_rmnet_bam-y := f_rmnet.o u_ctrl_qti.o obj-$(CONFIG_USB_F_RMNET_BAM) += usb_f_rmnet_bam.o Loading
drivers/usb/gadget/Kconfig +9 −0 Original line number Diff line number Diff line Loading @@ -185,6 +185,9 @@ config USB_F_RNDIS config USB_F_QCRNDIS tristate config USB_F_RMNET_BAM tristate config USB_F_MASS_STORAGE tristate Loading Loading @@ -339,6 +342,12 @@ config USB_CONFIGFS_RNDIS XP, you'll need to download drivers from Microsoft's website; a URL is given in comments found in that info file. config USB_CONFIGFS_RMNET_BAM bool "RMNET_BAM" depends on USB_CONFIGFS depends on IPA select USB_F_RMNET_BAM config USB_CONFIGFS_EEM bool "Ethernet Emulation Model (EEM)" depends on USB_CONFIGFS Loading
drivers/usb/gadget/function/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -66,3 +66,5 @@ usb_f_qdss-y := f_qdss.o u_qdss.o obj-$(CONFIG_USB_F_QDSS) += usb_f_qdss.o usb_f_qcrndis-y := f_qc_rndis.o rndis.o u_data_ipa.o obj-$(CONFIG_USB_F_QCRNDIS) += usb_f_qcrndis.o usb_f_rmnet_bam-y := f_rmnet.o u_ctrl_qti.o obj-$(CONFIG_USB_F_RMNET_BAM) += usb_f_rmnet_bam.o