i2c: gpio: fault-injector: refactor incomplete transfer
[linux/fpc-iii.git] / drivers / staging / most / Kconfig
blob20047abbe56052b0797bea4ea128599d4dd040c7
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).
11           To compile this driver as a module, choose M here: the
12           module will be called most_core.
14           If in doubt, say N here.
18 if MOST
20 source "drivers/staging/most/cdev/Kconfig"
22 source "drivers/staging/most/net/Kconfig"
24 source "drivers/staging/most/sound/Kconfig"
26 source "drivers/staging/most/video/Kconfig"
28 source "drivers/staging/most/dim2/Kconfig"
30 source "drivers/staging/most/i2c/Kconfig"
32 source "drivers/staging/most/usb/Kconfig"
34 endif