diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-04-20 01:42:55 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:09:49 -0400 |
commit | d3f8d8fb304a8b9a81eae16ff7b50f5379f2437e (patch) | |
tree | d24b31b304bd77e4ceee4fe8f6adccfd72f20de6 /drivers/media/video/pvrusb2 | |
parent | 95814bc2b792dced5296a710704de7d5ecec2776 (diff) |
V4L/DVB (7718): pvrusb2-dvb: update Kbuild selections
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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/pvrusb2')
-rw-r--r-- | drivers/media/video/pvrusb2/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/Kconfig b/drivers/media/video/pvrusb2/Kconfig index 546c3289dc13..a8da90f69dd9 100644 --- a/drivers/media/video/pvrusb2/Kconfig +++ b/drivers/media/video/pvrusb2/Kconfig | |||
@@ -62,6 +62,12 @@ config VIDEO_PVRUSB2_DVB | |||
62 | bool "pvrusb2 DVB support (EXPERIMENTAL)" | 62 | bool "pvrusb2 DVB support (EXPERIMENTAL)" |
63 | default n | 63 | default n |
64 | depends on VIDEO_PVRUSB2 && DVB_CORE && EXPERIMENTAL | 64 | depends on VIDEO_PVRUSB2 && DVB_CORE && EXPERIMENTAL |
65 | select DVB_LGDT330X if !DVB_FE_CUSTOMISE | ||
66 | select DVB_S5H1409 if !DVB_FE_CUSTOMISE | ||
67 | select DVB_TDA10048 if !DVB_FE_CUSTOMIZE | ||
68 | select DVB_TDA18271 if !DVB_FE_CUSTOMIZE | ||
69 | select TUNER_SIMPLE if !DVB_FE_CUSTOMISE | ||
70 | select TUNER_TDA8290 if !DVB_FE_CUSTOMIZE | ||
65 | ---help--- | 71 | ---help--- |
66 | 72 | ||
67 | This option enables compilation of a DVB interface for the | 73 | This option enables compilation of a DVB interface for the |