| .. | .. |
|---|
| 1 | | -menuconfig MOST |
|---|
| 2 | | - tristate "MOST support" |
|---|
| 3 | | - depends on HAS_DMA |
|---|
| 4 | | - default n |
|---|
| 5 | | - ---help--- |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0 |
|---|
| 2 | +menuconfig MOST_COMPONENTS |
|---|
| 3 | + tristate "MOST support" |
|---|
| 4 | + depends on HAS_DMA && CONFIGFS_FS && MOST |
|---|
| 5 | + default n |
|---|
| 6 | + help |
|---|
| 6 | 7 | Say Y here if you want to enable MOST support. |
|---|
| 7 | 8 | This driver needs at least one additional component to enable the |
|---|
| 8 | 9 | desired access from userspace (e.g. character devices) and one that |
|---|
| .. | .. |
|---|
| 11 | 12 | To compile this driver as a module, choose M here: the |
|---|
| 12 | 13 | module will be called most_core. |
|---|
| 13 | 14 | |
|---|
| 14 | | - If in doubt, say N here. |
|---|
| 15 | + If in doubt, say N here. |
|---|
| 15 | 16 | |
|---|
| 16 | 17 | |
|---|
| 17 | 18 | |
|---|
| 18 | | -if MOST |
|---|
| 19 | | - |
|---|
| 20 | | -source "drivers/staging/most/cdev/Kconfig" |
|---|
| 19 | +if MOST_COMPONENTS |
|---|
| 21 | 20 | |
|---|
| 22 | 21 | source "drivers/staging/most/net/Kconfig" |
|---|
| 23 | 22 | |
|---|
| .. | .. |
|---|
| 28 | 27 | source "drivers/staging/most/dim2/Kconfig" |
|---|
| 29 | 28 | |
|---|
| 30 | 29 | source "drivers/staging/most/i2c/Kconfig" |
|---|
| 31 | | - |
|---|
| 32 | | -source "drivers/staging/most/usb/Kconfig" |
|---|
| 33 | 30 | |
|---|
| 34 | 31 | endif |
|---|