aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2007-07-17 05:45:42 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-07-20 16:35:43 -0400
commitc9b9a5817afc8f969b1ae834f88af6929f70de41 (patch)
tree30b32e61bb11572d841361c7e336c74c96ec29fa /drivers
parent67632e17da1e90a0c43283823f94080c0ee07088 (diff)
V4L/DVB (5851): ivtv: fix missing I2C_ALGOBIT config option
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/ivtv/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/ivtv/Kconfig b/drivers/media/video/ivtv/Kconfig
index 1aaeaa02f158..2284bd08cd84 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