0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config VIDEO_SAA7134
0003 tristate "Philips SAA7134 support"
0004 depends on VIDEO_DEV && PCI && I2C
0005 select VIDEOBUF2_DMA_SG
0006 select VIDEO_TUNER
0007 select VIDEO_TVEEPROM
0008 select CRC32
0009 select VIDEO_SAA6588 if MEDIA_SUBDRV_AUTOSELECT
0010 select VIDEO_SAA6752HS if MEDIA_SUBDRV_AUTOSELECT
0011 help
0012 This is a video4linux driver for Philips SAA713x based
0013 TV cards.
0014
0015 To compile this driver as a module, choose M here: the
0016 module will be called saa7134.
0017
0018 config VIDEO_SAA7134_ALSA
0019 tristate "Philips SAA7134 DMA audio support"
0020 depends on VIDEO_SAA7134 && SND
0021 select SND_PCM
0022 help
0023 This is a video4linux driver for direct (DMA) audio in
0024 Philips SAA713x based TV cards using ALSA
0025
0026 To compile this driver as a module, choose M here: the
0027 module will be called saa7134-alsa.
0028
0029 config VIDEO_SAA7134_RC
0030 bool "Philips SAA7134 Remote Controller support"
0031 depends on RC_CORE
0032 depends on VIDEO_SAA7134
0033 depends on !(RC_CORE=m && VIDEO_SAA7134=y)
0034 default y
0035 help
0036 Enables Remote Controller support on saa7134 driver.
0037
0038 config VIDEO_SAA7134_DVB
0039 tristate "DVB/ATSC Support for saa7134 based TV cards"
0040 depends on VIDEO_SAA7134 && DVB_CORE
0041 select VIDEOBUF2_DVB
0042 select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
0043 select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT
0044 select DVB_TDA1004X if MEDIA_SUBDRV_AUTOSELECT
0045 select DVB_NXT200X if MEDIA_SUBDRV_AUTOSELECT
0046 select DVB_TDA10086 if MEDIA_SUBDRV_AUTOSELECT
0047 select DVB_TDA826X if MEDIA_SUBDRV_AUTOSELECT
0048 select DVB_ISL6421 if MEDIA_SUBDRV_AUTOSELECT
0049 select DVB_ISL6405 if MEDIA_SUBDRV_AUTOSELECT
0050 select MEDIA_TUNER_TDA827X if MEDIA_SUBDRV_AUTOSELECT
0051 select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT
0052 select DVB_ZL10036 if MEDIA_SUBDRV_AUTOSELECT
0053 select DVB_MT312 if MEDIA_SUBDRV_AUTOSELECT
0054 select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT
0055 select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
0056 select DVB_LGDT3305 if MEDIA_SUBDRV_AUTOSELECT
0057 select DVB_TDA10048 if MEDIA_SUBDRV_AUTOSELECT
0058 select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
0059 select MEDIA_TUNER_TDA8290 if MEDIA_SUBDRV_AUTOSELECT
0060 select DVB_ZL10039 if MEDIA_SUBDRV_AUTOSELECT
0061 help
0062 This adds support for DVB cards based on the
0063 Philips saa7134 chip.
0064
0065 To compile this driver as a module, choose M here: the
0066 module will be called saa7134-dvb.
0067
0068 config VIDEO_SAA7134_GO7007
0069 tristate "go7007 support for saa7134 based TV cards"
0070 depends on VIDEO_SAA7134
0071 depends on VIDEO_GO7007
0072 help
0073 Enables saa7134 driver support for boards with go7007
0074 MPEG encoder (WIS Voyager or compatible).