Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f473938d authored by Jack Pham's avatar Jack Pham
Browse files

usb: gadget: Make USB_CONFIGFS_NCM buildable as a module



Change the Kconfig definition from bool to tristate to
allow building the NCM function as a loadable module.

Change-Id: Ia7637b7ae2fdd1809d3e3a6b1d4521ce6d136095
Signed-off-by: default avatarJack Pham <jackp@codeaurora.org>
parent 84caa0c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -301,7 +301,7 @@ config USB_CONFIGFS_OBEX
	  since the kernel itself doesn't implement the OBEX protocol.

config USB_CONFIGFS_NCM
	bool "Network Control Model (CDC NCM)"
	tristate "Network Control Model (CDC NCM)"
	depends on USB_CONFIGFS
	depends on NET
	select USB_U_ETHER