diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-04-18 21:14:19 -0400 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2008-04-18 21:14:19 -0400 |
commit | 9ac4869b267a0aade9f1a231d340b0d895a4288b (patch) | |
tree | e44ced217cf27744165e625727153538ceccfd4e /linux/drivers/media/video/cx23885/Kconfig | |
parent | ccd624d20551fc0bd0d88f6bba125da836446978 (diff) | |
download | mediapointer-dvb-s2-9ac4869b267a0aade9f1a231d340b0d895a4288b.tar.gz mediapointer-dvb-s2-9ac4869b267a0aade9f1a231d340b0d895a4288b.tar.bz2 |
Add support for the Hauppauge HVR-1200
From: Steven Toth <stoth@hauppauge.com>
This adds support for DVB-T mode only, analog mode is not supported.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Diffstat (limited to 'linux/drivers/media/video/cx23885/Kconfig')
-rw-r--r-- | linux/drivers/media/video/cx23885/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx23885/Kconfig b/linux/drivers/media/video/cx23885/Kconfig index 1fd326fe4..ca5fbce3a 100644 --- a/linux/drivers/media/video/cx23885/Kconfig +++ b/linux/drivers/media/video/cx23885/Kconfig @@ -8,6 +8,7 @@ config VIDEO_CX23885 select VIDEO_TVEEPROM select VIDEO_IR select VIDEOBUF_DVB + select VIDEO_CX25840 select DVB_TUNER_MT2131 if !DVB_FE_CUSTOMISE select DVB_S5H1409 if !DVB_FE_CUSTOMISE select DVB_LGDT330X if !DVB_FE_CUSTOMISE @@ -16,6 +17,7 @@ config VIDEO_CX23885 select TUNER_TDA8290 if !DVB_FE_CUSTOMIZE select DVB_TDA18271 if !DVB_FE_CUSTOMIZE select DVB_TUNER_XC5000 if !DVB_FE_CUSTOMIZE + select DVB_TDA10048 if !DVB_FE_CUSTOMIZE ---help--- This is a video4linux driver for Conexant 23885 based TV cards. |