xref: /linux/drivers/media/pci/tw68/Kconfig (revision c6144a21169fe7d0d70f1a0dae6f6301e5918d30)
1# SPDX-License-Identifier: GPL-2.0-only
2config VIDEO_TW68
3	tristate "Techwell tw68x Video For Linux"
4	depends on VIDEO_DEV && PCI
5	select VIDEOBUF2_DMA_SG
6	help
7	  Support for Techwell tw68xx based frame grabber boards.
8
9	  To compile this driver as a module, choose M here: the
10	  module will be called tw68.
11