xref: /linux/drivers/most/Kconfig (revision ceea93444808c7d1fd07a01927937d20237d849e)
1b2765275SChristian Gromm# SPDX-License-Identifier: GPL-2.0
2b2765275SChristian Grommmenuconfig MOST
3b2765275SChristian Gromm	tristate "MOST support"
4b2765275SChristian Gromm	depends on HAS_DMA && CONFIGFS_FS
5b2765275SChristian Gromm	default n
6b2765275SChristian Gromm	help
7b2765275SChristian Gromm	  Say Y here if you want to enable MOST support.
8b2765275SChristian Gromm	  This driver needs at least one additional component to enable the
9b2765275SChristian Gromm	  desired access from userspace (e.g. character devices) and one that
10b2765275SChristian Gromm	  matches the network controller's hardware interface (e.g. USB).
11b2765275SChristian Gromm
12b2765275SChristian Gromm	  To compile this driver as a module, choose M here: the
13b2765275SChristian Gromm	  module will be called most_core.
14b2765275SChristian Gromm
15b2765275SChristian Gromm	  If in doubt, say N here.
1697a6f772SChristian Gromm
1797a6f772SChristian Grommif MOST
1897a6f772SChristian Grommconfig MOST_USB_HDM
1997a6f772SChristian Gromm	tristate "USB"
2097a6f772SChristian Gromm	depends on USB
2197a6f772SChristian Gromm	help
2297a6f772SChristian Gromm	  Say Y here if you want to connect via USB to network transceiver.
2397a6f772SChristian Gromm
2497a6f772SChristian Gromm	  To compile this driver as a module, choose M here: the
2597a6f772SChristian Gromm	  module will be called most_usb.
26*ceea9344SChristian Gromm
27*ceea9344SChristian Grommconfig MOST_CDEV
28*ceea9344SChristian Gromm	tristate "Cdev"
29*ceea9344SChristian Gromm
30*ceea9344SChristian Gromm	help
31*ceea9344SChristian Gromm	  Say Y here if you want to commumicate via character devices.
32*ceea9344SChristian Gromm
33*ceea9344SChristian Gromm	  To compile this driver as a module, choose M here: the
34*ceea9344SChristian Gromm	  module will be called most_cdev.
3597a6f772SChristian Grommendif
36