summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/Kconfig
blob: d50de03de7b9897252007d7f35b2e1769bbb2a45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
menuconfig MOST
        tristate "MOST driver"
        select MOSTCORE
        default n
        ---help---
          This option allows you to enable support for MOST Network transceivers.

          If in doubt, say N here.



if MOST

source "drivers/staging/most/mostcore/Kconfig"

source "drivers/staging/most/aim-cdev/Kconfig"

source "drivers/staging/most/aim-network/Kconfig"

source "drivers/staging/most/aim-sound/Kconfig"

source "drivers/staging/most/aim-v4l2/Kconfig"

source "drivers/staging/most/hdm-dim2/Kconfig"

source "drivers/staging/most/hdm-i2c/Kconfig"

source "drivers/staging/most/hdm-usb/Kconfig"

endif