1b2765275SChristian Gromm# SPDX-License-Identifier: GPL-2.0 2b2765275SChristian Grommmenuconfig MOST 3*34d0938eSRandy Dunlap tristate "MOST (Media Oriented Systems Transport) 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. 3513b41b57SChristian Gromm 3613b41b57SChristian Grommconfig MOST_SND 3713b41b57SChristian Gromm tristate "Sound" 3813b41b57SChristian Gromm depends on SND 3913b41b57SChristian Gromm select SND_PCM 4013b41b57SChristian Gromm help 4113b41b57SChristian Gromm Say Y here if you want to commumicate via ALSA/sound devices. 4213b41b57SChristian Gromm 4313b41b57SChristian Gromm To compile this driver as a module, choose M here: the 4413b41b57SChristian Gromm module will be called most_sound. 4597a6f772SChristian Grommendif 46