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