V4L/DVB (5851): ivtv: fix missing I2C_ALGOBIT config option
authorHans Verkuil <hverkuil@xs4all.nl>
Tue, 17 Jul 2007 09:45:42 +0000 (06:45 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 20 Jul 2007 20:35:43 +0000 (17:35 -0300)
I2C_ALGOBIT must also be selected when ivtv is selected.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/ivtv/Kconfig

index 1aaeaa02f158ec0efdcb32df39d3f0ad269a4fea..2284bd08cd84ddb357b438b24aba05de27d1d4b6 100644 (file)
@@ -1,6 +1,7 @@
 config VIDEO_IVTV
        tristate "Conexant cx23416/cx23415 MPEG encoder/decoder support"
        depends on VIDEO_V4L1 && VIDEO_V4L2 && PCI && I2C && EXPERIMENTAL
+       select I2C_ALGOBIT
        select FW_LOADER
        select VIDEO_TUNER
        select VIDEO_TVEEPROM
This page took 0.032688 seconds and 5 git commands to generate.