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