xref: /linux/drivers/most/Kconfig (revision 13b41b5783068d01c259940975a2ab393b5acec5)
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.
26ceea9344SChristian Gromm
27ceea9344SChristian Grommconfig MOST_CDEV
28ceea9344SChristian Gromm	tristate "Cdev"
29ceea9344SChristian Gromm
30ceea9344SChristian Gromm	help
31ceea9344SChristian Gromm	  Say Y here if you want to commumicate via character devices.
32ceea9344SChristian Gromm
33ceea9344SChristian Gromm	  To compile this driver as a module, choose M here: the
34ceea9344SChristian Gromm	  module will be called most_cdev.
35*13b41b57SChristian Gromm
36*13b41b57SChristian Grommconfig MOST_SND
37*13b41b57SChristian Gromm	tristate "Sound"
38*13b41b57SChristian Gromm	depends on SND
39*13b41b57SChristian Gromm	select SND_PCM
40*13b41b57SChristian Gromm	help
41*13b41b57SChristian Gromm	  Say Y here if you want to commumicate via ALSA/sound devices.
42*13b41b57SChristian Gromm
43*13b41b57SChristian Gromm	  To compile this driver as a module, choose M here: the
44*13b41b57SChristian Gromm	  module will be called most_sound.
4597a6f772SChristian Grommendif
46