mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-26 03:17:48 +00:00
443c1228d5
This patch adds support for all of the known shipping Hauppauge HVR-2200 and HVR-2250 boards. Digital TV ATSC/QAM and DVB-T is enabled at this time. Both tuners are supported. Volatiles and typedefs need rework, the rest is coding style compliant. Signed-off-by: Steven Toth <stoth@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
20 lines
534 B
Plaintext
20 lines
534 B
Plaintext
config VIDEO_SAA7164
|
|
tristate "NXP SAA7164 support"
|
|
depends on DVB_CORE && PCI && I2C
|
|
depends on HOTPLUG # due to FW_LOADER
|
|
select I2C_ALGOBIT
|
|
select FW_LOADER
|
|
select VIDEO_TUNER
|
|
select VIDEO_TVEEPROM
|
|
select VIDEOBUF_DVB
|
|
select DVB_TDA10048 if !DVB_FE_CUSTOMISE
|
|
select DVB_S5H1411 if !DVB_FE_CUSTOMISE
|
|
select MEDIA_TUNER_TDA18271 if !DVB_FE_CUSTOMIZE
|
|
---help---
|
|
This is a video4linux driver for NXP SAA7164 based
|
|
TV cards.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called saa7164
|
|
|