xref: /linux/drivers/most/Kconfig (revision 97a6f772f36b7f52bcfa56a581bbd2470cffe23d)
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.
16*97a6f772SChristian Gromm
17*97a6f772SChristian Grommif MOST
18*97a6f772SChristian Grommconfig MOST_USB_HDM
19*97a6f772SChristian Gromm	tristate "USB"
20*97a6f772SChristian Gromm	depends on USB
21*97a6f772SChristian Gromm	help
22*97a6f772SChristian Gromm	  Say Y here if you want to connect via USB to network transceiver.
23*97a6f772SChristian Gromm
24*97a6f772SChristian Gromm	  To compile this driver as a module, choose M here: the
25*97a6f772SChristian Gromm	  module will be called most_usb.
26*97a6f772SChristian Grommendif
27