diff options
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. | ||