xref: /openbmc/linux/drivers/staging/most/Kconfig (revision ba61bb17)
1menuconfig 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
18if MOST
19
20source "drivers/staging/most/cdev/Kconfig"
21
22source "drivers/staging/most/net/Kconfig"
23
24source "drivers/staging/most/sound/Kconfig"
25
26source "drivers/staging/most/video/Kconfig"
27
28source "drivers/staging/most/dim2/Kconfig"
29
30source "drivers/staging/most/i2c/Kconfig"
31
32source "drivers/staging/most/usb/Kconfig"
33
34endif
35