xref: /linux/drivers/most/Kconfig (revision b276527539188f1f61c082ebef27803db93e536d)
1*b2765275SChristian Gromm# SPDX-License-Identifier: GPL-2.0
2*b2765275SChristian Grommmenuconfig MOST
3*b2765275SChristian Gromm	tristate "MOST support"
4*b2765275SChristian Gromm	depends on HAS_DMA && CONFIGFS_FS
5*b2765275SChristian Gromm	default n
6*b2765275SChristian Gromm	help
7*b2765275SChristian Gromm	  Say Y here if you want to enable MOST support.
8*b2765275SChristian Gromm	  This driver needs at least one additional component to enable the
9*b2765275SChristian Gromm	  desired access from userspace (e.g. character devices) and one that
10*b2765275SChristian Gromm	  matches the network controller's hardware interface (e.g. USB).
11*b2765275SChristian Gromm
12*b2765275SChristian Gromm	  To compile this driver as a module, choose M here: the
13*b2765275SChristian Gromm	  module will be called most_core.
14*b2765275SChristian Gromm
15*b2765275SChristian Gromm	  If in doubt, say N here.
16