1 # SPDX-License-Identifier: GPL-2.0
3 tristate "MOST (Media Oriented Systems Transport) support"
4 depends on HAS_DMA && CONFIGFS_FS
7 Say Y here if you want to enable MOST support.
8 This driver needs at least one additional component to enable the
9 desired access from userspace (e.g. character devices) and one that
10 matches the network controller's hardware interface (e.g. USB).
12 To compile this driver as a module, choose M here: the
13 module will be called most_core.
15 If in doubt, say N here.
22 Say Y here if you want to connect via USB to network transceiver.
24 To compile this driver as a module, choose M here: the
25 module will be called most_usb.
31 Say Y here if you want to commumicate via character devices.
33 To compile this driver as a module, choose M here: the
34 module will be called most_cdev.
41 Say Y here if you want to commumicate via ALSA/sound devices.
43 To compile this driver as a module, choose M here: the
44 module will be called most_sound.