xref: /linux/drivers/media/pci/saa7134/Kconfig (revision fccea74ff8b5159935acc7b4b4857ee81ee44661)
1b285192aSMauro Carvalho Chehabconfig VIDEO_SAA7134
2b285192aSMauro Carvalho Chehab	tristate "Philips SAA7134 support"
3b285192aSMauro Carvalho Chehab	depends on VIDEO_DEV && PCI && I2C
4b285192aSMauro Carvalho Chehab	select VIDEOBUF_DMA_SG
5b285192aSMauro Carvalho Chehab	select VIDEO_TUNER
6b285192aSMauro Carvalho Chehab	select VIDEO_TVEEPROM
7b285192aSMauro Carvalho Chehab	select CRC32
8*fccea74fSMauro Carvalho Chehab	select VIDEO_SAA6588 if MEDIA_SUBDRV_AUTOSELECT
9b285192aSMauro Carvalho Chehab	---help---
10b285192aSMauro Carvalho Chehab	  This is a video4linux driver for Philips SAA713x based
11b285192aSMauro Carvalho Chehab	  TV cards.
12b285192aSMauro Carvalho Chehab
13b285192aSMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
14b285192aSMauro Carvalho Chehab	  module will be called saa7134.
15b285192aSMauro Carvalho Chehab
16b285192aSMauro Carvalho Chehabconfig VIDEO_SAA7134_ALSA
17b285192aSMauro Carvalho Chehab	tristate "Philips SAA7134 DMA audio support"
18b285192aSMauro Carvalho Chehab	depends on VIDEO_SAA7134 && SND
19b285192aSMauro Carvalho Chehab	select SND_PCM
20b285192aSMauro Carvalho Chehab	---help---
21b285192aSMauro Carvalho Chehab	  This is a video4linux driver for direct (DMA) audio in
22b285192aSMauro Carvalho Chehab	  Philips SAA713x based TV cards using ALSA
23b285192aSMauro Carvalho Chehab
24b285192aSMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
25b285192aSMauro Carvalho Chehab	  module will be called saa7134-alsa.
26b285192aSMauro Carvalho Chehab
27b285192aSMauro Carvalho Chehabconfig VIDEO_SAA7134_RC
28b285192aSMauro Carvalho Chehab	bool "Philips SAA7134 Remote Controller support"
29b285192aSMauro Carvalho Chehab	depends on RC_CORE
30b285192aSMauro Carvalho Chehab	depends on VIDEO_SAA7134
31b285192aSMauro Carvalho Chehab	depends on !(RC_CORE=m && VIDEO_SAA7134=y)
32b285192aSMauro Carvalho Chehab	default y
33b285192aSMauro Carvalho Chehab	---help---
34b285192aSMauro Carvalho Chehab	  Enables Remote Controller support on saa7134 driver.
35b285192aSMauro Carvalho Chehab
36b285192aSMauro Carvalho Chehabconfig VIDEO_SAA7134_DVB
37b285192aSMauro Carvalho Chehab	tristate "DVB/ATSC Support for saa7134 based TV cards"
38b285192aSMauro Carvalho Chehab	depends on VIDEO_SAA7134 && DVB_CORE
39b285192aSMauro Carvalho Chehab	select VIDEOBUF_DVB
40*fccea74fSMauro Carvalho Chehab	select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
41*fccea74fSMauro Carvalho Chehab	select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT
42*fccea74fSMauro Carvalho Chehab	select DVB_TDA1004X if MEDIA_SUBDRV_AUTOSELECT
43*fccea74fSMauro Carvalho Chehab	select DVB_NXT200X if MEDIA_SUBDRV_AUTOSELECT
44*fccea74fSMauro Carvalho Chehab	select DVB_TDA10086 if MEDIA_SUBDRV_AUTOSELECT
45*fccea74fSMauro Carvalho Chehab	select DVB_TDA826X if MEDIA_SUBDRV_AUTOSELECT
46*fccea74fSMauro Carvalho Chehab	select DVB_ISL6421 if MEDIA_SUBDRV_AUTOSELECT
47*fccea74fSMauro Carvalho Chehab	select DVB_ISL6405 if MEDIA_SUBDRV_AUTOSELECT
48*fccea74fSMauro Carvalho Chehab	select MEDIA_TUNER_TDA827X if MEDIA_SUBDRV_AUTOSELECT
49*fccea74fSMauro Carvalho Chehab	select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT
50*fccea74fSMauro Carvalho Chehab	select DVB_ZL10036 if MEDIA_SUBDRV_AUTOSELECT
51*fccea74fSMauro Carvalho Chehab	select DVB_MT312 if MEDIA_SUBDRV_AUTOSELECT
52*fccea74fSMauro Carvalho Chehab	select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT
53*fccea74fSMauro Carvalho Chehab	select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
54*fccea74fSMauro Carvalho Chehab	select DVB_LGDT3305 if MEDIA_SUBDRV_AUTOSELECT
55*fccea74fSMauro Carvalho Chehab	select DVB_TDA10048 if MEDIA_SUBDRV_AUTOSELECT
56*fccea74fSMauro Carvalho Chehab	select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
57*fccea74fSMauro Carvalho Chehab	select MEDIA_TUNER_TDA8290 if MEDIA_SUBDRV_AUTOSELECT
58*fccea74fSMauro Carvalho Chehab	select DVB_ZL10039 if MEDIA_SUBDRV_AUTOSELECT
59b285192aSMauro Carvalho Chehab	---help---
60b285192aSMauro Carvalho Chehab	  This adds support for DVB cards based on the
61b285192aSMauro Carvalho Chehab	  Philips saa7134 chip.
62b285192aSMauro Carvalho Chehab
63b285192aSMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
64b285192aSMauro Carvalho Chehab	  module will be called saa7134-dvb.
65