diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-18 02:37:40 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 19:09:41 +0200 |
commit | 227ad4ab9058ef2624934183e8083886cf64bf56 (patch) | |
tree | 8cc10b3cc1ea7b23c54411c007581e5cd9ec6217 /drivers/media/video/em28xx/Kconfig | |
parent | V4L/DVB (7595): Improve generic support for setting gpio values (diff) | |
download | linux-227ad4ab9058ef2624934183e8083886cf64bf56.tar.xz linux-227ad4ab9058ef2624934183e8083886cf64bf56.zip |
V4L/DVB (7596): em28xx-dvb: Add support for HVR950
This patch adds DVB support for Hauppauge HVR950.
Thanks to Michael Krufky <mkrufky@linuxtv.org> for getting those values.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/em28xx/Kconfig')
-rw-r--r-- | drivers/media/video/em28xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/Kconfig b/drivers/media/video/em28xx/Kconfig index 2b47a9bd0b65..4818cda38913 100644 --- a/drivers/media/video/em28xx/Kconfig +++ b/drivers/media/video/em28xx/Kconfig @@ -31,6 +31,7 @@ config VIDEO_EM28XX_ALSA config VIDEO_EM28XX_DVB tristate "DVB/ATSC Support for em28xx based TV cards" depends on VIDEO_EM28XX && DVB_CORE + select DVB_LGDT330X if !DVB_FE_CUSTOMISE select VIDEOBUF_DVB select FW_LOADER ---help--- |