diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-04-19 22:42:55 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2008-04-19 22:42:55 -0400 |
commit | ab16d3b880be5687cb4fe4eb9f0566e57844c3a8 (patch) | |
tree | a49994ca25bab4e3bc679a2d118cc81ed8bc5208 /linux/drivers/media/video | |
parent | 6d87005749462faee7e08fd451f2099ef2b0501d (diff) | |
download | mediapointer-dvb-s2-ab16d3b880be5687cb4fe4eb9f0566e57844c3a8.tar.gz mediapointer-dvb-s2-ab16d3b880be5687cb4fe4eb9f0566e57844c3a8.tar.bz2 |
pvrusb2-dvb: update Kbuild selections
From: Michael Krufky <mkrufky@linuxtv.org>
These changes are required with the addition of digital television support
for the Hauppauge HVR1900 & HVR1950, the OnAir Creator and Sasem USB HDTV
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r-- | linux/drivers/media/video/pvrusb2/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linux/drivers/media/video/pvrusb2/Kconfig b/linux/drivers/media/video/pvrusb2/Kconfig index 546c3289d..a8da90f69 100644 --- a/linux/drivers/media/video/pvrusb2/Kconfig +++ b/linux/drivers/media/video/pvrusb2/Kconfig @@ -62,6 +62,12 @@ config VIDEO_PVRUSB2_DVB bool "pvrusb2 DVB support (EXPERIMENTAL)" default n depends on VIDEO_PVRUSB2 && DVB_CORE && EXPERIMENTAL + select DVB_LGDT330X if !DVB_FE_CUSTOMISE + select DVB_S5H1409 if !DVB_FE_CUSTOMISE + select DVB_TDA10048 if !DVB_FE_CUSTOMIZE + select DVB_TDA18271 if !DVB_FE_CUSTOMIZE + select TUNER_SIMPLE if !DVB_FE_CUSTOMISE + select TUNER_TDA8290 if !DVB_FE_CUSTOMIZE ---help--- This option enables compilation of a DVB interface for the |