Linux-libre 5.4.47-gnu
[librecmc/linux-libre.git] / drivers / staging / most / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 menuconfig MOST
3         tristate "MOST support"
4         depends on HAS_DMA && CONFIGFS_FS
5         default n
6         help
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).
11
12           To compile this driver as a module, choose M here: the
13           module will be called most_core.
14
15           If in doubt, say N here.
16
17
18
19 if MOST
20
21 source "drivers/staging/most/cdev/Kconfig"
22
23 source "drivers/staging/most/net/Kconfig"
24
25 source "drivers/staging/most/sound/Kconfig"
26
27 source "drivers/staging/most/video/Kconfig"
28
29 source "drivers/staging/most/dim2/Kconfig"
30
31 source "drivers/staging/most/i2c/Kconfig"
32
33 source "drivers/staging/most/usb/Kconfig"
34
35 endif