18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_cimenuconfig MOST
38c2ecf20Sopenharmony_ci	tristate "MOST support"
48c2ecf20Sopenharmony_ci	depends on HAS_DMA && CONFIGFS_FS
58c2ecf20Sopenharmony_ci	default n
68c2ecf20Sopenharmony_ci	help
78c2ecf20Sopenharmony_ci	  Say Y here if you want to enable MOST support.
88c2ecf20Sopenharmony_ci	  This driver needs at least one additional component to enable the
98c2ecf20Sopenharmony_ci	  desired access from userspace (e.g. character devices) and one that
108c2ecf20Sopenharmony_ci	  matches the network controller's hardware interface (e.g. USB).
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
138c2ecf20Sopenharmony_ci	  module will be called most_core.
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci	  If in doubt, say N here.
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ciif MOST
188c2ecf20Sopenharmony_ciconfig MOST_USB_HDM
198c2ecf20Sopenharmony_ci	tristate "USB"
208c2ecf20Sopenharmony_ci	depends on USB
218c2ecf20Sopenharmony_ci	help
228c2ecf20Sopenharmony_ci	  Say Y here if you want to connect via USB to network transceiver.
238c2ecf20Sopenharmony_ci
248c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
258c2ecf20Sopenharmony_ci	  module will be called most_usb.
268c2ecf20Sopenharmony_ci
278c2ecf20Sopenharmony_ciconfig MOST_CDEV
288c2ecf20Sopenharmony_ci	tristate "Cdev"
298c2ecf20Sopenharmony_ci
308c2ecf20Sopenharmony_ci	help
318c2ecf20Sopenharmony_ci	  Say Y here if you want to commumicate via character devices.
328c2ecf20Sopenharmony_ci
338c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
348c2ecf20Sopenharmony_ci	  module will be called most_cdev.
358c2ecf20Sopenharmony_ciendif
36