menu "MHI clients support"
	depends on MHI_BUS

config MHI_NETDEV
	tristate "MHI NETDEV"
	depends on MHI_BUS
	help
	  MHI based net device driver for transferring IP traffic
	  between host and modem. By enabling this driver, clients
	  can transfer data using standard network interface. Over
	  the air traffic goes thru mhi netdev interface.

config MHI_UCI
	tristate "MHI UCI"
	depends on MHI_BUS
	help
	  MHI based userspace client interface driver is for transferring
	  data between host and device using standard file operations from
	  user space. Open, read, write, and close operations are supported
	  by this driver. Please check mhi_uci_match_table for all supported
	  channels that are exposed to userspace.
endmenu
