xref: /openbmc/linux/drivers/staging/most/Kconfig (revision d4a8ce7f)
1menuconfig 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
12if MOST
13
14source "drivers/staging/most/mostcore/Kconfig"
15
16source "drivers/staging/most/aim-cdev/Kconfig"
17
18source "drivers/staging/most/aim-network/Kconfig"
19
20endif
21