]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/staging/most/Kconfig
regmap: rbtree: When adding a reg do a bsearch for target node
[karo-tx-linux.git] / drivers / staging / most / Kconfig
1 menuconfig MOST
2         tristate "MOST driver"
3         select MOSTCORE
4         default n
5         ---help---
6           This option allows you to enable support for MOST Network transceivers.
7
8           If in doubt, say N here.
9
10
11
12 if MOST
13
14 source "drivers/staging/most/mostcore/Kconfig"
15
16 source "drivers/staging/most/aim-cdev/Kconfig"
17
18 source "drivers/staging/most/aim-network/Kconfig"
19
20 source "drivers/staging/most/aim-sound/Kconfig"
21
22 source "drivers/staging/most/aim-v4l2/Kconfig"
23
24 source "drivers/staging/most/hdm-dim2/Kconfig"
25
26 source "drivers/staging/most/hdm-i2c/Kconfig"
27
28 source "drivers/staging/most/hdm-usb/Kconfig"
29
30 endif