diff options
author | Aidan Thornton <makosoft@googlemail.com> | 2008-04-17 20:40:03 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:09:41 -0400 |
commit | 7e6388a1b97cca57a1906df6104feb4001721576 (patch) | |
tree | 39605d0155820b172893a8d4d70e13ea208b0cba /drivers/media/video/em28xx/Kconfig | |
parent | d2d9fbfd732f49999a2a94f2479934488fe3ea9d (diff) |
V4L/DVB (7601): em28xx-dvb: add support for the HVR-900
Adds the correct GPIOs and demod attach code for the HVR-900
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 4818cda38913..c57420e263ff 100644 --- a/drivers/media/video/em28xx/Kconfig +++ b/drivers/media/video/em28xx/Kconfig | |||
@@ -32,6 +32,7 @@ config VIDEO_EM28XX_DVB | |||
32 | tristate "DVB/ATSC Support for em28xx based TV cards" | 32 | tristate "DVB/ATSC Support for em28xx based TV cards" |
33 | depends on VIDEO_EM28XX && DVB_CORE | 33 | depends on VIDEO_EM28XX && DVB_CORE |
34 | select DVB_LGDT330X if !DVB_FE_CUSTOMISE | 34 | select DVB_LGDT330X if !DVB_FE_CUSTOMISE |
35 | select DVB_ZL10353 if !DVB_FE_CUSTOMISE | ||
35 | select VIDEOBUF_DVB | 36 | select VIDEOBUF_DVB |
36 | select FW_LOADER | 37 | select FW_LOADER |
37 | ---help--- | 38 | ---help--- |