diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-17 20:36:41 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:09:40 -0400 |
commit | 3aefb79af8d41c85e11da7109d62038849421bb6 (patch) | |
tree | 1a85e8e0de5136f9c578db882c49f8faa6ecd4a5 /drivers/media/video/em28xx/Kconfig | |
parent | 168c626cb8f85df17585af99e14403904641c7ac (diff) |
V4L/DVB (7593): em28xx: add a module to handle dvb
This patch adds em28xx-dvb. This driver is highly based on cx88-dvb and
saa7134-dvb.
This code currently loads and unloads successfully. However, some
changes are needed to properly support the mpeg streams and to setup
em28xx to work on DVB mode.
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 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/Kconfig b/drivers/media/video/em28xx/Kconfig index 0f7a0bd86ff4..11a2759ecbc9 100644 --- a/drivers/media/video/em28xx/Kconfig +++ b/drivers/media/video/em28xx/Kconfig | |||
@@ -27,3 +27,11 @@ config VIDEO_EM28XX_ALSA | |||
27 | To compile this driver as a module, choose M here: the | 27 | To compile this driver as a module, choose M here: the |
28 | module will be called em28xx-alsa | 28 | module will be called em28xx-alsa |
29 | 29 | ||
30 | config VIDEO_EM28XX_DVB | ||
31 | tristate "DVB/ATSC Support for em28xx based TV cards" | ||
32 | depends on VIDEO_EM28XX && DVB_CORE | ||
33 | select VIDEOBUF_DVB | ||
34 | select FW_LOADER | ||
35 | ---help--- | ||
36 | This adds support for DVB cards based on the | ||
37 | Empiatech em28xx chips. | ||