Skip to content

Commit

Permalink
V4L/DVB (4804): Fix missing i2c dependency for saa7110
Browse files Browse the repository at this point in the history
drivers/media/video/saa7110.c:112: undefined reference to `i2c_master_send'
drivers/built-in.o: In function `saa7110_read':
drivers/media/video/saa7110.c:130: undefined reference to `i2c_smbus_read_byte'
drivers/media/video/saa7110.c:130: undefined reference to `i2c_smbus_read_byte'

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Mauro Carvalho Chehab committed Nov 13, 2006
1 parent ff97d93 commit ce48d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ config VIDEO_KS0127

config VIDEO_SAA7110
tristate "Philips SAA7110 video decoder"
depends on VIDEO_V4L1
depends on VIDEO_V4L1 && I2C
---help---
Support for the Philips SAA7110 video decoders.

Expand Down

0 comments on commit ce48d5e

Please sign in to comment.