Loading drivers/usb/gadget/Kconfig +11 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,9 @@ config USB_F_SUBSET config USB_F_RNDIS tristate config USB_F_QCRNDIS tristate config USB_F_MASS_STORAGE tristate Loading Loading @@ -312,6 +315,14 @@ config USB_CONFIGFS_ECM_SUBSET On hardware that can't implement the full protocol, a simple CDC subset is used, placing fewer demands on USB. config USB_CONFIGFS_QCRNDIS bool "QCRNDIS" depends on USB_CONFIGFS depends on RNDIS_IPA depends on NET select USB_U_ETHER select USB_F_QCRNDIS config USB_CONFIGFS_RNDIS bool "RNDIS" depends on USB_CONFIGFS Loading drivers/usb/gadget/function/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -64,3 +64,5 @@ usb_f_gsi-y := f_gsi.o rndis.o obj-$(CONFIG_USB_F_GSI) += usb_f_gsi.o 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 Loading
drivers/usb/gadget/Kconfig +11 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,9 @@ config USB_F_SUBSET config USB_F_RNDIS tristate config USB_F_QCRNDIS tristate config USB_F_MASS_STORAGE tristate Loading Loading @@ -312,6 +315,14 @@ config USB_CONFIGFS_ECM_SUBSET On hardware that can't implement the full protocol, a simple CDC subset is used, placing fewer demands on USB. config USB_CONFIGFS_QCRNDIS bool "QCRNDIS" depends on USB_CONFIGFS depends on RNDIS_IPA depends on NET select USB_U_ETHER select USB_F_QCRNDIS config USB_CONFIGFS_RNDIS bool "RNDIS" depends on USB_CONFIGFS Loading
drivers/usb/gadget/function/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -64,3 +64,5 @@ usb_f_gsi-y := f_gsi.o rndis.o obj-$(CONFIG_USB_F_GSI) += usb_f_gsi.o 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