Kconfig 5.5 KB
Newer Older
1 2
config TTPCI_EEPROM
	tristate
3
	depends on I2C
4 5
	default n

L
Linus Torvalds 已提交
6 7
config DVB_AV7110
	tristate "AV7110 cards"
8
	depends on DVB_CORE && PCI && I2C
9
	select TTPCI_EEPROM
L
Linus Torvalds 已提交
10
	select VIDEO_SAA7146_VV
11
	depends on VIDEO_DEV	# dependencies of VIDEO_SAA7146_VV
12 13 14 15 16 17 18 19
	select DVB_VES1820 if !DVB_FE_CUSTOMISE
	select DVB_VES1X93 if !DVB_FE_CUSTOMISE
	select DVB_STV0299 if !DVB_FE_CUSTOMISE
	select DVB_TDA8083 if !DVB_FE_CUSTOMISE
	select DVB_SP8870 if !DVB_FE_CUSTOMISE
	select DVB_STV0297 if !DVB_FE_CUSTOMISE
	select DVB_L64781 if !DVB_FE_CUSTOMISE
	select DVB_LNBP21 if !DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
20
	help
21
	  Support for SAA7146 and AV7110 based DVB cards as produced
L
Linus Torvalds 已提交
22 23 24 25 26
	  by Fujitsu-Siemens, Technotrend, Hauppauge and others.

	  This driver only supports the fullfeatured cards with
	  onboard MPEG2 decoder.

27 28
	  This driver needs an external firmware. Please use the script
	  "<kerneldir>/Documentation/dvb/get_dvb_firmware av7110" to
29 30
	  download/extract it, and then copy it to /usr/lib/hotplug/firmware
	  or /lib/firmware (depending on configuration of firmware hotplug).
L
Linus Torvalds 已提交
31

32 33 34 35
	  Alternatively, you can download the file and use the kernel's
	  EXTRA_FIRMWARE configuration option to build it into your
	  kernel image by adding the filename to the EXTRA_FIRMWARE
	  configuration option string.
L
Linus Torvalds 已提交
36

37
	  Say Y if you own such a card and want to use it.
L
Linus Torvalds 已提交
38 39 40 41 42 43 44 45 46 47 48 49 50 51 52

config DVB_AV7110_OSD
	bool "AV7110 OSD support"
	depends on DVB_AV7110
	default y if DVB_AV7110=y || DVB_AV7110=m
	help
	  The AV7110 firmware provides some code to generate an OnScreenDisplay
	  on the video output. This is kind of nonstandard and not guaranteed to
	  be maintained.

	  Anyway, some popular DVB software like VDR uses this OSD to render
	  its menus, so say Y if you want to use this software.

	  All other people say N.

53 54
config DVB_BUDGET_CORE
	tristate "SAA7146 DVB cards (aka Budget, Nova-PCI)"
55
	depends on DVB_CORE && PCI && I2C
L
Linus Torvalds 已提交
56
	select VIDEO_SAA7146
57 58 59 60 61 62 63 64 65
	select TTPCI_EEPROM
	help
	  Support for simple SAA7146 based DVB cards
	  (so called Budget- or Nova-PCI cards) without onboard
	  MPEG2 decoder.

config DVB_BUDGET
	tristate "Budget cards"
	depends on DVB_BUDGET_CORE && I2C
66 67 68 69 70 71
	select DVB_STV0299 if !DVB_FE_CUSTOMISE
	select DVB_VES1X93 if !DVB_FE_CUSTOMISE
	select DVB_VES1820 if !DVB_FE_CUSTOMISE
	select DVB_L64781 if !DVB_FE_CUSTOMISE
	select DVB_TDA8083 if !DVB_FE_CUSTOMISE
	select DVB_S5H1420 if !DVB_FE_CUSTOMISE
72 73
	select DVB_TDA10086 if !DVB_FE_CUSTOMISE
	select DVB_TDA826X if !DVB_FE_CUSTOMISE
74
	select DVB_LNBP21 if !DVB_FE_CUSTOMISE
75
	select DVB_TDA1004X if !DVB_FE_CUSTOMISE
76 77 78
	select DVB_ISL6423 if !DVB_FE_CUSTOMISE
	select DVB_STV090x if !DVB_FE_CUSTOMISE
	select DVB_STV6110x if !DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
79
	help
80 81 82
	  Support for simple SAA7146 based DVB cards (so called Budget-
	  or Nova-PCI cards) without onboard MPEG2 decoder, and without
	  analog inputs or an onboard Common Interface connector.
L
Linus Torvalds 已提交
83 84 85 86 87 88 89 90

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

	  To compile this driver as a module, choose M here: the
	  module will be called budget.

config DVB_BUDGET_CI
	tristate "Budget cards with onboard CI connector"
91
	depends on DVB_BUDGET_CORE && I2C
92 93 94
	select DVB_STV0297 if !DVB_FE_CUSTOMISE
	select DVB_STV0299 if !DVB_FE_CUSTOMISE
	select DVB_TDA1004X if !DVB_FE_CUSTOMISE
95 96
	select DVB_STB0899 if !DVB_FE_CUSTOMISE
	select DVB_STB6100 if !DVB_FE_CUSTOMISE
97
	select DVB_LNBP21 if !DVB_FE_CUSTOMISE
98 99
	select DVB_STV0288 if !DVB_FE_CUSTOMISE
	select DVB_STB6000 if !DVB_FE_CUSTOMISE
100
	select DVB_TDA10023 if !DVB_FE_CUSTOMISE
101
	select MEDIA_TUNER_TDA827X if !MEDIA_TUNER_CUSTOMISE
102
	depends on RC_CORE
L
Linus Torvalds 已提交
103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
	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.

	  Note: The Common Interface is not yet supported by this driver
	  due to lack of information from the vendor.

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

	  To compile this driver as a module, choose M here: the
	  module will be called budget-ci.

config DVB_BUDGET_AV
	tristate "Budget cards with analog video inputs"
118
	depends on DVB_BUDGET_CORE && I2C
L
Linus Torvalds 已提交
119
	select VIDEO_SAA7146_VV
120
	depends on VIDEO_DEV	# dependencies of VIDEO_SAA7146_VV
121
	select DVB_PLL if !DVB_FE_CUSTOMISE
122 123 124
	select DVB_STV0299 if !DVB_FE_CUSTOMISE
	select DVB_TDA1004X if !DVB_FE_CUSTOMISE
	select DVB_TDA10021 if !DVB_FE_CUSTOMISE
125
	select DVB_TDA10023 if !DVB_FE_CUSTOMISE
126 127
	select DVB_STB0899 if !DVB_FE_CUSTOMISE
	select DVB_TDA8261 if !DVB_FE_CUSTOMISE
128
	select DVB_TUA6100 if !DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
129 130 131 132 133 134 135 136 137 138 139 140
	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.

	  To compile this driver as a module, choose M here: the
	  module will be called budget-av.

config DVB_BUDGET_PATCH
	tristate "AV7110 cards with Budget Patch"
141 142
	depends on DVB_BUDGET_CORE && I2C
	depends on DVB_AV7110
143 144 145
	select DVB_STV0299 if !DVB_FE_CUSTOMISE
	select DVB_VES1X93 if !DVB_FE_CUSTOMISE
	select DVB_TDA8083 if !DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
146
	help
147
	  Support for Budget Patch (full TS) modification on
L
Linus Torvalds 已提交
148
	  SAA7146+AV7110 based cards (DVB-S cards). This
149
	  driver doesn't use onboard MPEG2 decoder. The
L
Linus Torvalds 已提交
150 151 152 153 154 155 156 157 158 159
	  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.

	  To compile this driver as a module, choose M here: the
	  module will be called budget-patch.