aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ivtv/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/ivtv/Kconfig')
-rw-r--r--drivers/media/video/ivtv/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/media/video/ivtv/Kconfig b/drivers/media/video/ivtv/Kconfig
index 1aaeaa02f158..e43beb2c9cbf 100644
--- a/drivers/media/video/ivtv/Kconfig
+++ b/drivers/media/video/ivtv/Kconfig
@@ -1,6 +1,7 @@
1config VIDEO_IVTV 1config VIDEO_IVTV
2 tristate "Conexant cx23416/cx23415 MPEG encoder/decoder support" 2 tristate "Conexant cx23416/cx23415 MPEG encoder/decoder support"
3 depends on VIDEO_V4L1 && VIDEO_V4L2 && PCI && I2C && EXPERIMENTAL 3 depends on VIDEO_V4L1 && VIDEO_V4L2 && PCI && I2C && EXPERIMENTAL
4 select I2C_ALGOBIT
4 select FW_LOADER 5 select FW_LOADER
5 select VIDEO_TUNER 6 select VIDEO_TUNER
6 select VIDEO_TVEEPROM 7 select VIDEO_TVEEPROM
@@ -16,11 +17,11 @@ config VIDEO_IVTV
16 select VIDEO_UPD64031A 17 select VIDEO_UPD64031A
17 select VIDEO_UPD64083 18 select VIDEO_UPD64083
18 ---help--- 19 ---help---
19 This is a video4linux driver for Conexant cx23416 or cx23416 based 20 This is a video4linux driver for Conexant cx23416 or cx23415 based
20 PCI personal video recorder devices. 21 PCI personal video recorder devices.
21 22
22 This is used in devices such as the Hauppauge PVR-150/250/350/500 23 This is used in devices such as the Hauppauge PVR-150/250/350/500
23 cards. 24 cards. There is a driver homepage at <http://www.ivtvdriver.org>.
24 25
25 To compile this driver as a module, choose M here: the 26 To compile this driver as a module, choose M here: the
26 module will be called ivtv. 27 module will be called ivtv.