xref: /linux/drivers/media/common/saa7146/Kconfig (revision 71e2f4dd5a65bd8dbca0b77661e75eea471168f8)
1# SPDX-License-Identifier: GPL-2.0-only
2config VIDEO_SAA7146
3	tristate
4	depends on I2C && PCI
5
6config VIDEO_SAA7146_VV
7	tristate
8	depends on VIDEO_V4L2
9	select VIDEOBUF_DMA_SG
10	select VIDEO_SAA7146
11