1
2
3
4
5
6
7
8
9
10
11
12
13
| # SPDX-License-Identifier: GPL-2.0
| #
| # MOST V4L2 configuration
| #
|
| config MOST_VIDEO
| tristate "Video"
| depends on VIDEO_V4L2
| help
| Say Y here if you want to commumicate via Video 4 Linux.
|
| To compile this driver as a module, choose M here: the
| module will be called most_video.
|
|