summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/ttpci-budget/Kconfig
blob: 0098520cc4d1304479a8f02db0e50c1e4884f0fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
config DVB_BUDGET
	tristate "Budget cards"
	depends on DVB_CORE
	help
	  Support for simple SAA7146 based DVB cards
	  (so called Budget- or Nova-PCI cards) without onboard
	  MPEG2 decoder.

	  Say Y if you own such a card and want to use it.

	  This driver is available as a module called
	  dvb-ttpci-budget.o ( = code which can be inserted in
	  and removed from the running kernel whenever you want).
	  If you want to compile it as a module, say M
	  here and read <file:Documentation/modules.txt>.

config DVB_BUDGET_CI
	tristate "Budget cards with onboard CI connector"
	depends on VIDEO_DEV && DVB_CORE && DVB_BUDGET
	help
	  Support for simple SAA7146 based DVB cards
	  (so called Budget- or Nova-PCI cards) without onboard
	  MPEG2 decoder, but with onboard Common Interface connector.

	  Say Y if you own such a card and want to use it.

	  This driver is available as a module called
	  dvb-ttpci-budget-av.o ( = code which can be inserted in
	  and removed from the running kernel whenever you want).
	  If you want to compile it as a module, say M
	  here and read <file:Documentation/modules.txt>.

config DVB_BUDGET_AV
	tristate "Budget cards with analog video inputs"
	depends on VIDEO_DEV && DVB_CORE && DVB_BUDGET
	help
	  Support for simple SAA7146 based DVB cards
	  (so called Budget- or Nova-PCI cards) without onboard
	  MPEG2 decoder, but with one or more analog video inputs.

	  Say Y if you own such a card and want to use it.

	  This driver is available as a module called
	  dvb-ttpci-budget-av.o ( = code which can be inserted in
	  and removed from the running kernel whenever you want).
	  here and read <file:Documentation/modules.txt>.

config DVB_BUDGET_PATCH
	tristate "AV7110 cards with Budget Patch"
	depends on DVB_CORE && DVB_BUDGET
	help
	  Support for Budget Patch (full TS) modification on 
	  SAA7146+AV7110 based cards (DVB-S cards). This
	  driver doesn't use onboard MPEG2 decoder. The 
	  card is driven in Budget-only mode. Card is
	  required to have loaded firmware to tune properly.
	  Firmware can be loaded by insertion and removal of
	  standard AV7110 driver prior to loading this
	  driver.

	  Say Y if you own such a card and want to use it.

	  This driver is available as a module called
	  dvb-ttpci-budget-patch.o ( = code which can be inserted in
	  and removed from the running kernel whenever you want).
	  If you want to compile it as a module, say M
	  here and read <file:Documentation/modules.txt>.