GNU Linux-libre 4.19.207-gnu1
[releases.git] / drivers / staging / most / Kconfig
1 menuconfig MOST
2         tristate "MOST support"
3         depends on HAS_DMA
4         default n
5         ---help---
6           Say Y here if you want to enable MOST support.
7           This driver needs at least one additional component to enable the
8           desired access from userspace (e.g. character devices) and one that
9           matches the network controller's hardware interface (e.g. USB).
10
11           To compile this driver as a module, choose M here: the
12           module will be called most_core.
13
14           If in doubt, say N here.
15
16
17
18 if MOST
19
20 source "drivers/staging/most/cdev/Kconfig"
21
22 source "drivers/staging/most/net/Kconfig"
23
24 source "drivers/staging/most/sound/Kconfig"
25
26 source "drivers/staging/most/video/Kconfig"
27
28 source "drivers/staging/most/dim2/Kconfig"
29
30 source "drivers/staging/most/i2c/Kconfig"
31
32 source "drivers/staging/most/usb/Kconfig"
33
34 endif