Merge remote-tracking branches 'asoc/fix/tlv320aic3x' and 'asoc/fix/wm8962' into...
[linux-drm-fsl-dcu.git] / drivers / staging / most / Kconfig
1 menuconfig MOST
2         tristate "MOST driver"
3         depends on HAS_DMA
4         select MOSTCORE
5         default n
6         ---help---
7           This option allows you to enable support for MOST Network transceivers.
8
9           If in doubt, say N here.
10
11
12
13 if MOST
14
15 source "drivers/staging/most/mostcore/Kconfig"
16
17 source "drivers/staging/most/aim-cdev/Kconfig"
18
19 source "drivers/staging/most/aim-network/Kconfig"
20
21 source "drivers/staging/most/aim-sound/Kconfig"
22
23 source "drivers/staging/most/aim-v4l2/Kconfig"
24
25 source "drivers/staging/most/hdm-dim2/Kconfig"
26
27 source "drivers/staging/most/hdm-i2c/Kconfig"
28
29 source "drivers/staging/most/hdm-usb/Kconfig"
30
31 endif