xref: /openbmc/linux/drivers/media/pci/ttpci/Kconfig (revision a8fe58ce)
1config DVB_AV7110_IR
2	bool
3
4config DVB_AV7110
5	tristate "AV7110 cards"
6	depends on DVB_CORE && PCI && I2C
7	select TTPCI_EEPROM
8	select VIDEO_SAA7146_VV
9	select DVB_AV7110_IR if INPUT_EVDEV=y || INPUT_EVDEV=DVB_AV7110
10	depends on VIDEO_DEV	# dependencies of VIDEO_SAA7146_VV
11	select DVB_VES1820 if MEDIA_SUBDRV_AUTOSELECT
12	select DVB_VES1X93 if MEDIA_SUBDRV_AUTOSELECT
13	select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT
14	select DVB_TDA8083 if MEDIA_SUBDRV_AUTOSELECT
15	select DVB_SP8870 if MEDIA_SUBDRV_AUTOSELECT
16	select DVB_STV0297 if MEDIA_SUBDRV_AUTOSELECT
17	select DVB_L64781 if MEDIA_SUBDRV_AUTOSELECT
18	select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT
19	help
20	  Support for SAA7146 and AV7110 based DVB cards as produced
21	  by Fujitsu-Siemens, Technotrend, Hauppauge and others.
22
23	  This driver only supports the fullfeatured cards with
24	  onboard MPEG2 decoder.
25
26	  This driver needs an external firmware. Please use the script
27	  "<kerneldir>/Documentation/dvb/get_dvb_firmware av7110" to
28	  download/extract it, and then copy it to /usr/lib/hotplug/firmware
29	  or /lib/firmware (depending on configuration of firmware hotplug).
30
31	  Alternatively, you can download the file and use the kernel's
32	  EXTRA_FIRMWARE configuration option to build it into your
33	  kernel image by adding the filename to the EXTRA_FIRMWARE
34	  configuration option string.
35
36	  Say Y if you own such a card and want to use it.
37
38config DVB_AV7110_OSD
39	bool "AV7110 OSD support"
40	depends on DVB_AV7110
41	default y if DVB_AV7110=y || DVB_AV7110=m
42	help
43	  The AV7110 firmware provides some code to generate an OnScreenDisplay
44	  on the video output. This is kind of nonstandard and not guaranteed to
45	  be maintained.
46
47	  Anyway, some popular DVB software like VDR uses this OSD to render
48	  its menus, so say Y if you want to use this software.
49
50	  All other people say N.
51
52config DVB_BUDGET_CORE
53	tristate "SAA7146 DVB cards (aka Budget, Nova-PCI)"
54	depends on DVB_CORE && PCI && I2C
55	select VIDEO_SAA7146
56	select TTPCI_EEPROM
57	help
58	  Support for simple SAA7146 based DVB cards
59	  (so called Budget- or Nova-PCI cards) without onboard
60	  MPEG2 decoder.
61
62config DVB_BUDGET
63	tristate "Budget cards"
64	depends on DVB_BUDGET_CORE && I2C
65	select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT
66	select DVB_VES1X93 if MEDIA_SUBDRV_AUTOSELECT
67	select DVB_VES1820 if MEDIA_SUBDRV_AUTOSELECT
68	select DVB_L64781 if MEDIA_SUBDRV_AUTOSELECT
69	select DVB_TDA8083 if MEDIA_SUBDRV_AUTOSELECT
70	select DVB_S5H1420 if MEDIA_SUBDRV_AUTOSELECT
71	select DVB_TDA10086 if MEDIA_SUBDRV_AUTOSELECT
72	select DVB_TDA826X if MEDIA_SUBDRV_AUTOSELECT
73	select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT
74	select DVB_TDA1004X if MEDIA_SUBDRV_AUTOSELECT
75	select DVB_ISL6423 if MEDIA_SUBDRV_AUTOSELECT
76	select DVB_STV090x if MEDIA_SUBDRV_AUTOSELECT
77	select DVB_STV6110x if MEDIA_SUBDRV_AUTOSELECT
78	help
79	  Support for simple SAA7146 based DVB cards (so called Budget-
80	  or Nova-PCI cards) without onboard MPEG2 decoder, and without
81	  analog inputs or an onboard Common Interface connector.
82
83	  Say Y if you own such a card and want to use it.
84
85	  To compile this driver as a module, choose M here: the
86	  module will be called budget.
87
88config DVB_BUDGET_CI
89	tristate "Budget cards with onboard CI connector"
90	depends on DVB_BUDGET_CORE && I2C
91	select DVB_STV0297 if MEDIA_SUBDRV_AUTOSELECT
92	select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT
93	select DVB_TDA1004X if MEDIA_SUBDRV_AUTOSELECT
94	select DVB_STB0899 if MEDIA_SUBDRV_AUTOSELECT
95	select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT
96	select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT
97	select DVB_STV0288 if MEDIA_SUBDRV_AUTOSELECT
98	select DVB_STB6000 if MEDIA_SUBDRV_AUTOSELECT
99	select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT
100	select MEDIA_TUNER_TDA827X if MEDIA_SUBDRV_AUTOSELECT
101	depends on RC_CORE
102	help
103	  Support for simple SAA7146 based DVB cards
104	  (so called Budget- or Nova-PCI cards) without onboard
105	  MPEG2 decoder, but with onboard Common Interface connector.
106
107	  Note: The Common Interface is not yet supported by this driver
108	  due to lack of information from the vendor.
109
110	  Say Y if you own such a card and want to use it.
111
112	  To compile this driver as a module, choose M here: the
113	  module will be called budget-ci.
114
115config DVB_BUDGET_AV
116	tristate "Budget cards with analog video inputs"
117	depends on DVB_BUDGET_CORE && I2C
118	select VIDEO_SAA7146_VV
119	depends on VIDEO_DEV	# dependencies of VIDEO_SAA7146_VV
120	select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
121	select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT
122	select DVB_TDA1004X if MEDIA_SUBDRV_AUTOSELECT
123	select DVB_TDA10021 if MEDIA_SUBDRV_AUTOSELECT
124	select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT
125	select DVB_STB0899 if MEDIA_SUBDRV_AUTOSELECT
126	select DVB_TDA8261 if MEDIA_SUBDRV_AUTOSELECT
127	select DVB_TUA6100 if MEDIA_SUBDRV_AUTOSELECT
128	help
129	  Support for simple SAA7146 based DVB cards
130	  (so called Budget- or Nova-PCI cards) without onboard
131	  MPEG2 decoder, but with one or more analog video inputs.
132
133	  Say Y if you own such a card and want to use it.
134
135	  To compile this driver as a module, choose M here: the
136	  module will be called budget-av.
137
138config DVB_BUDGET_PATCH
139	tristate "AV7110 cards with Budget Patch"
140	depends on DVB_BUDGET_CORE && I2C
141	depends on DVB_AV7110
142	select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT
143	select DVB_VES1X93 if MEDIA_SUBDRV_AUTOSELECT
144	select DVB_TDA8083 if MEDIA_SUBDRV_AUTOSELECT
145	help
146	  Support for Budget Patch (full TS) modification on
147	  SAA7146+AV7110 based cards (DVB-S cards). This
148	  driver doesn't use onboard MPEG2 decoder. The
149	  card is driven in Budget-only mode. Card is
150	  required to have loaded firmware to tune properly.
151	  Firmware can be loaded by insertion and removal of
152	  standard AV7110 driver prior to loading this
153	  driver.
154
155	  Say Y if you own such a card and want to use it.
156
157	  To compile this driver as a module, choose M here: the
158	  module will be called budget-patch.
159