19 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config VIDEO_SAA71643 tristate "NXP SAA7164 support"4 depends on DVB_CORE && VIDEO_DEV && PCI && I2C5 select I2C_ALGOBIT6 select FW_LOADER7 select VIDEO_TUNER8 select VIDEO_TVEEPROM9 select DVB_TDA10048 if MEDIA_SUBDRV_AUTOSELECT10 select DVB_S5H1411 if MEDIA_SUBDRV_AUTOSELECT11 select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT12 help13 This is a video4linux driver for NXP SAA7164 based14 TV cards.15 16 To compile this driver as a module, choose M here: the17 module will be called saa716418 19